Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.client.authentication » [javadoc | source]
org.apache.cactus.client.authentication
public interface: Authentication [javadoc | source]

All Known Implementing Classes:
    FormAuthentication, AbstractAuthentication, BasicAuthentication

Interface for different authentication modules. An authentication class is invoked on the client side to perform the actual authentication, for example by modifying the request to includes credentials.
Method from org.apache.cactus.client.authentication.Authentication Summary:
configure
Method from org.apache.cactus.client.authentication.Authentication Detail:
 public  void configure(HttpState theState,
    HttpMethod theMethod,
    WebRequest theRequest,
    Configuration theConfiguration)
    Modifies the request so that it will carry authentication information.