Class HttpTransportPropertiesImpl.Authenticator
- java.lang.Object
-
- org.apache.axis2.transport.http.HTTPAuthenticator
-
- org.apache.axis2.transport.http.impl.httpclient4.HttpTransportPropertiesImpl.Authenticator
-
- Enclosing class:
- HttpTransportPropertiesImpl
public static class HttpTransportPropertiesImpl.Authenticator extends HTTPAuthenticator
-
-
Constructor Summary
Constructors Constructor Description Authenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAuthPolicyPref(String scheme)
int
getPort()
String
getRealm()
void
setPort(int port)
void
setRealm(String realm)
-
Methods inherited from class org.apache.axis2.transport.http.HTTPAuthenticator
getAuthSchemes, getDomain, getHost, getPassword, getPreemptiveAuthentication, getUsername, isAllowedRetry, setAllowedRetry, setAuthSchemes, setDomain, setHost, setPassword, setPreemptiveAuthentication, setUsername
-
-
-
-
Field Detail
-
NTLM
public static final String NTLM
- See Also:
- Constant Field Values
-
DIGEST
public static final String DIGEST
- See Also:
- Constant Field Values
-
BASIC
public static final String BASIC
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPort
public int getPort()
- Specified by:
getPort
in classHTTPAuthenticator
-
setPort
public void setPort(int port)
- Specified by:
setPort
in classHTTPAuthenticator
-
getRealm
public String getRealm()
- Specified by:
getRealm
in classHTTPAuthenticator
-
setRealm
public void setRealm(String realm)
- Specified by:
setRealm
in classHTTPAuthenticator
-
getAuthPolicyPref
public Object getAuthPolicyPref(String scheme)
- Specified by:
getAuthPolicyPref
in classHTTPAuthenticator
-
-