| org.apache.cactus.client.authentication.Authentication
All known Subclasses: org.apache.cactus.client.authentication.AbstractAuthentication,
Authentication | public interface Authentication (Code) | | 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.
since: 1.5 version: $Id: Authentication.java 238991 2004-05-22 11:34:50Z vmassol $ |
Method Summary | |
void | configure(HttpState theState, HttpMethod theMethod, WebRequest theRequest, Configuration theConfiguration) Modifies the request so that it will carry authentication information. |
configure | void configure(HttpState theState, HttpMethod theMethod, WebRequest theRequest, Configuration theConfiguration)(Code) | | Modifies the request so that it will carry authentication information.
Parameters: theState - The HttpClient state object that can be used to askHttpClient to set up authentication Parameters: theMethod - the HttpClient HTTP method that will be used to connect to the server side Parameters: theRequest - The request object that will be sent to the CactusRedirector over HTTP Parameters: theConfiguration - The Cactus configuration so that authentication methods can get access to Cactus configuration properties |
|
|