Class HTTPAuthenticator

java.lang.Object
org.apache.axis2.transport.http.HTTPAuthenticator
Direct Known Subclasses:
HttpTransportPropertiesImpl.Authenticator

public abstract class HTTPAuthenticator extends Object
  • Constructor Details

    • HTTPAuthenticator

      public HTTPAuthenticator()
  • Method Details

    • getPort

      public abstract int getPort()
    • setPort

      public abstract void setPort(int port)
    • getRealm

      public abstract String getRealm()
    • setRealm

      public abstract void setRealm(String realm)
    • getAuthPolicyPref

      public abstract Object getAuthPolicyPref(String schema)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)
    • 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()