Uses of Class
com.norconex.commons.lang.security.Credentials
Packages that use Credentials
Package
Description
Encryption-related classes.
Classes making it easier to deal with and manipulate URLs.
-
Uses of Credentials in com.norconex.commons.lang.encrypt
Methods in com.norconex.commons.lang.encrypt with parameters of type CredentialsModifier and TypeMethodDescriptionstatic StringEncryptionUtil.decryptPassword(Credentials credentials) Decrypts the given credentials password. -
Uses of Credentials in com.norconex.commons.lang.net
Methods in com.norconex.commons.lang.net that return CredentialsModifier and TypeMethodDescriptionProxySettings.getCredentials()Proxy credentials, when required or applicable.Methods in com.norconex.commons.lang.net with parameters of type CredentialsModifier and TypeMethodDescriptionProxySettings.setCredentials(Credentials credentials) Sets the proxy credentials. -
Uses of Credentials in com.norconex.commons.lang.security
Methods in com.norconex.commons.lang.security that return CredentialsModifier and TypeMethodDescriptionCredentials.setPassword(String password) Credential password.Credentials.setPasswordKey(EncryptionKey passwordKey) Credential password encryption key pointer (provided the password is encrypted).Credentials.setUsername(String username) Credential user name.Methods in com.norconex.commons.lang.security with parameters of type CredentialsModifier and TypeMethodDescriptionvoidCredentials.copyFrom(Credentials creds) voidCredentials.copyTo(Credentials creds) Constructors in com.norconex.commons.lang.security with parameters of type Credentials -
Uses of Credentials in com.norconex.commons.lang.url
Methods in com.norconex.commons.lang.url with parameters of type CredentialsModifier and TypeMethodDescriptionstatic InputStreamUrlStreamer.stream(HttpURL url, Credentials creds) Streams URL content.static InputStreamUrlStreamer.stream(HttpURL url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content.static InputStreamUrlStreamer.stream(HttpURL url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content.static InputStreamUrlStreamer.stream(String url, Credentials creds) Streams URL content.static InputStreamUrlStreamer.stream(String url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content.static InputStreamUrlStreamer.stream(String url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content.static InputStreamUrlStreamer.stream(URL url, Credentials creds) Streams URL content.static InputStreamUrlStreamer.stream(URL url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content.static InputStreamUrlStreamer.stream(URL url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content.static StringUrlStreamer.streamToString(HttpURL url, Credentials creds) Streams URL content to a String.static StringUrlStreamer.streamToString(HttpURL url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content to a String.static StringUrlStreamer.streamToString(HttpURL url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content to a String.static StringUrlStreamer.streamToString(String url, Credentials creds) Streams URL content to a String.static StringUrlStreamer.streamToString(String url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content to a String using UTF-8 character encoding.static StringUrlStreamer.streamToString(String url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content to a String using UTF-8 character encoding.static StringUrlStreamer.streamToString(String url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds, String charEncoding) Streams URL content to a String.static StringUrlStreamer.streamToString(String url, Credentials creds, UrlStreamer.HttpHost proxy, String charEncoding) Streams URL content to a String.static StringUrlStreamer.streamToString(URL url, Credentials creds) Streams URL content to a String.static StringUrlStreamer.streamToString(URL url, Credentials creds, UrlStreamer.HttpHost proxy) Streams URL content to a String.static StringUrlStreamer.streamToString(URL url, Credentials creds, UrlStreamer.HttpHost proxy, Credentials proxyCreds) Streams URL content to a String.