Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.client.authentication » [javadoc | source]
org.apache.cactus.client.authentication
public class: BasicAuthentication [javadoc | source]
java.lang.Object
   org.apache.cactus.client.authentication.AbstractAuthentication
      org.apache.cactus.client.authentication.BasicAuthentication

All Implemented Interfaces:
    Authentication

Basic Authentication support.
Constructor:
 public BasicAuthentication(String theName,
    String thePassword) 
    Parameters:
    theName - user name of the Credential
    thePassword - user password of the Credential
Method from org.apache.cactus.client.authentication.BasicAuthentication Summary:
configure
Methods from org.apache.cactus.client.authentication.AbstractAuthentication:
getName,   getPassword,   setName,   setPassword
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.client.authentication.BasicAuthentication Detail:
 public  void configure(HttpState theState,
    HttpMethod theMethod,
    WebRequest theRequest,
    Configuration theConfiguration) 
    {@inheritDoc}