Package org.apache.axis2.transport.http
Class HTTPAuthenticator
java.lang.Object
org.apache.axis2.transport.http.HTTPAuthenticator
- Direct Known Subclasses:
HttpTransportPropertiesImpl.Authenticator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ObjectgetAuthPolicyPref(String schema) getHost()abstract intgetPort()booleanabstract StringgetRealm()booleanvoidsetAllowedRetry(boolean allowedRetry) voidsetAuthSchemes(List authSchemes) voidvoidvoidsetPassword(String password) abstract voidsetPort(int port) voidsetPreemptiveAuthentication(boolean preemptive) abstract voidvoidsetUsername(String username)
-
Constructor Details
-
HTTPAuthenticator
public HTTPAuthenticator()
-
-
Method Details
-
getPort
public abstract int getPort() -
setPort
public abstract void setPort(int port) -
getRealm
-
setRealm
-
getAuthPolicyPref
-
getHost
-
setHost
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
setPreemptiveAuthentication
public void setPreemptiveAuthentication(boolean preemptive) -
getPreemptiveAuthentication
public boolean getPreemptiveAuthentication() -
getDomain
-
setDomain
-
setAuthSchemes
-
getAuthSchemes
-
setAllowedRetry
public void setAllowedRetry(boolean allowedRetry) -
isAllowedRetry
public boolean isAllowedRetry()
-