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.
- since:
1.5 -
- version:
$ - Id: Authentication.java 238991 2004-05-22 11:34:50Z vmassol $
| 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. |