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 Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HttpTransportProperties.Authenticator
public HttpTransportProperties.Authenticator()
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public int getPort()
setPort
public void setPort(int port)
getRealm
public String getRealm()
setRealm
public void setRealm(String realm)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
setPreemptiveAuthentication
public void setPreemptiveAuthentication(boolean preemptive)
getPreemptiveAuthentication
public boolean getPreemptiveAuthentication()
getDomain
public String getDomain()
setDomain
public void setDomain(String domain)
setAuthSchemes
public void setAuthSchemes(List authSchemes)
getAuthSchemes
public List getAuthSchemes()
setAllowedRetry
public void setAllowedRetry(boolean allowedRetry)
isAllowedRetry
public boolean isAllowedRetry()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.