org.apache.axis2.transport.http
Class HttpTransportProperties.Authenticator
java.lang.Object
org.apache.axis2.transport.http.HttpTransportProperties.Authenticator
- Enclosing class:
- HttpTransportProperties
public static class HttpTransportProperties.Authenticator
- extends java.lang.Object
Field Summary |
static java.lang.String |
BASIC
|
static java.lang.String |
DIGEST
|
static java.lang.String |
NTLM
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NTLM
public static final java.lang.String NTLM
- See Also:
- Constant Field Values
DIGEST
public static final java.lang.String DIGEST
- See Also:
- Constant Field Values
BASIC
public static final java.lang.String BASIC
- See Also:
- Constant Field Values
HttpTransportProperties.Authenticator
public HttpTransportProperties.Authenticator()
getHost
public java.lang.String getHost()
setHost
public void setHost(java.lang.String host)
getPort
public int getPort()
setPort
public void setPort(int port)
getRealm
public java.lang.String getRealm()
setRealm
public void setRealm(java.lang.String realm)
getUsername
public java.lang.String getUsername()
setUsername
public void setUsername(java.lang.String username)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
setPreemptiveAuthentication
public void setPreemptiveAuthentication(boolean preemptive)
getPreemptiveAuthentication
public boolean getPreemptiveAuthentication()
getDomain
public java.lang.String getDomain()
setDomain
public void setDomain(java.lang.String domain)
setAuthSchemes
public void setAuthSchemes(java.util.List authSchemes)
getAuthSchemes
public java.util.List getAuthSchemes()
setAllowedRetry
public void setAllowedRetry(boolean allowedRetry)
isAllowedRetry
public boolean isAllowedRetry()
Copyright © 2007 Apache Web Services Project. All Rights Reserved.