Package | Description |
---|---|
com.norconex.commons.lang.encrypt |
Encryption-related classes.
|
com.norconex.commons.lang.net | |
com.norconex.commons.lang.security | |
com.norconex.commons.lang.url |
Classes making it easier to deal with and manipulate URLs.
|
Modifier and Type | Method and Description |
---|---|
static String |
EncryptionUtil.decryptPassword(Credentials credentials)
Decrypts the given credentials password.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
ProxySettings.getCredentials()
Gets the proxy credentials.
|
Modifier and Type | Method and Description |
---|---|
ProxySettings |
ProxySettings.setCredentials(Credentials credentials)
Sets the proxy credentials.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
Credentials.setPassword(String password) |
Credentials |
Credentials.setPasswordKey(EncryptionKey passwordKey) |
Credentials |
Credentials.setUsername(String username) |
Modifier and Type | Method and Description |
---|---|
void |
Credentials.copyFrom(Credentials creds) |
void |
Credentials.copyTo(Credentials creds) |
Constructor and Description |
---|
Credentials(Credentials copy) |
Modifier and Type | Method and Description |
---|---|
static InputStream |
URLStreamer.stream(HttpURL url,
Credentials creds)
Streams URL content.
|
static InputStream |
URLStreamer.stream(HttpURL url,
Credentials creds,
URLStreamer.HttpHost proxy)
Streams URL content.
|
static InputStream |
URLStreamer.stream(HttpURL url,
Credentials creds,
URLStreamer.HttpHost proxy,
Credentials proxyCreds)
Streams URL content.
|
static InputStream |
URLStreamer.stream(String url,
Credentials creds)
Streams URL content.
|
static InputStream |
URLStreamer.stream(String url,
Credentials creds,
URLStreamer.HttpHost proxy)
Streams URL content.
|
static InputStream |
URLStreamer.stream(String url,
Credentials creds,
URLStreamer.HttpHost proxy,
Credentials proxyCreds)
Streams URL content.
|
static InputStream |
URLStreamer.stream(URL url,
Credentials creds)
Streams URL content.
|
static InputStream |
URLStreamer.stream(URL url,
Credentials creds,
URLStreamer.HttpHost proxy)
Streams URL content.
|
static InputStream |
URLStreamer.stream(URL url,
Credentials creds,
URLStreamer.HttpHost proxy,
Credentials proxyCreds)
Streams URL content.
|
static String |
URLStreamer.streamToString(HttpURL url,
Credentials creds)
Streams URL content to a String.
|
static String |
URLStreamer.streamToString(HttpURL url,
Credentials creds,
URLStreamer.HttpHost proxy)
Streams URL content to a String.
|
static String |
URLStreamer.streamToString(HttpURL url,
Credentials creds,
URLStreamer.HttpHost proxy,
Credentials proxyCreds)
Streams URL content to a String.
|
static String |
URLStreamer.streamToString(String url,
Credentials creds)
Streams URL content to a String.
|
static String |
URLStreamer.streamToString(String url,
Credentials creds,
URLStreamer.HttpHost proxy)
Streams URL content to a String using UTF-8 character encoding.
|
static String |
URLStreamer.streamToString(String url,
Credentials creds,
URLStreamer.HttpHost proxy,
Credentials proxyCreds)
Streams URL content to a String using UTF-8 character encoding.
|
static String |
URLStreamer.streamToString(String url,
Credentials creds,
URLStreamer.HttpHost proxy,
Credentials proxyCreds,
String charEncoding)
Streams URL content to a String.
|
static String |
URLStreamer.streamToString(String url,
Credentials creds,
URLStreamer.HttpHost proxy,
String charEncoding)
Streams URL content to a String.
|
static String |
URLStreamer.streamToString(URL url,
Credentials creds)
Streams URL content to a String.
|
static String |
URLStreamer.streamToString(URL url,
Credentials creds,
URLStreamer.HttpHost proxy)
Streams URL content to a String.
|
static String |
URLStreamer.streamToString(URL url,
Credentials creds,
URLStreamer.HttpHost proxy,
Credentials proxyCreds)
Streams URL content to a String.
|
Copyright © 2008–2023 Norconex Inc.. All rights reserved.