org.apache.axis2.transport.http
Class HttpTransportProperties.Authenticator

java.lang.Object
  extended by org.apache.axis2.transport.http.HttpTransportProperties.Authenticator
Enclosing class:
HttpTransportProperties

public static class HttpTransportProperties.Authenticator
extends Object


Field Summary
static String BASIC
           
static String DIGEST
           
static String NTLM
           
 
Constructor Summary
HttpTransportProperties.Authenticator()
           
 
Method Summary
 List getAuthSchemes()
           
 String getDomain()
           
 String getHost()
           
 String getPassword()
           
 int getPort()
           
 boolean getPreemptiveAuthentication()
           
 String getRealm()
           
 String getUsername()
           
 boolean isAllowedRetry()
           
 void setAllowedRetry(boolean allowedRetry)
           
 void setAuthSchemes(List authSchemes)
           
 void setDomain(String domain)
           
 void setHost(String host)
           
 void setPassword(String password)
           
 void setPort(int port)
           
 void setPreemptiveAuthentication(boolean preemptive)
           
 void setRealm(String realm)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

HttpTransportProperties.Authenticator

public HttpTransportProperties.Authenticator()
Method Detail

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.