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 ObjectgetAuthPolicyPref(String scheme)intgetPort()StringgetRealm()voidsetPort(int port)voidsetRealm(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:
getPortin classHTTPAuthenticator
-
setPort
public void setPort(int port)
- Specified by:
setPortin classHTTPAuthenticator
-
getRealm
public String getRealm()
- Specified by:
getRealmin classHTTPAuthenticator
-
setRealm
public void setRealm(String realm)
- Specified by:
setRealmin classHTTPAuthenticator
-
getAuthPolicyPref
public Object getAuthPolicyPref(String scheme)
- Specified by:
getAuthPolicyPrefin classHTTPAuthenticator
-
-