class ProxyBasicAuthenticator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.nio.charset.Charset |
CHARACTER_SET
Encoding used for authentication calculations.
|
Constructor and Description |
---|
ProxyBasicAuthenticator() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.String |
generateAuthorizationHeader(java.lang.String userName,
java.lang.String password) |
private static final java.nio.charset.Charset CHARACTER_SET
static java.lang.String generateAuthorizationHeader(java.lang.String userName, java.lang.String password) throws ProxyAuthenticationException
ProxyAuthenticationException