public static class HttpTransportPropertiesImpl.Authenticator extends HTTPAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
BASIC |
static String |
DIGEST |
static String |
NTLM |
| Constructor and Description |
|---|
Authenticator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAuthPolicyPref(String scheme) |
int |
getPort() |
String |
getRealm() |
void |
setPort(int port) |
void |
setRealm(String realm) |
getAuthSchemes, getDomain, getHost, getPassword, getPreemptiveAuthentication, getUsername, isAllowedRetry, setAllowedRetry, setAuthSchemes, setDomain, setHost, setPassword, setPreemptiveAuthentication, setUsernamepublic static final String NTLM
public static final String DIGEST
public static final String BASIC
public int getPort()
getPort in class HTTPAuthenticatorpublic void setPort(int port)
setPort in class HTTPAuthenticatorpublic String getRealm()
getRealm in class HTTPAuthenticatorpublic void setRealm(String realm)
setRealm in class HTTPAuthenticatorpublic Object getAuthPolicyPref(String scheme)
getAuthPolicyPref in class HTTPAuthenticatorCopyright © The Apache Software Foundation. All Rights Reserved.