org.apache.cactus.client.authentication |
Contains classes that support using and testing various authentification schemes.
|
Java Source File Name | Type | Comment |
AbstractAuthentication.java | Class | This class was designed with the simple assumption that ALL authentication
implementations will have a String Name and a String
Password . |
Authentication.java | Interface | Interface for different authentication modules. |
BasicAuthentication.java | Class | Basic Authentication support. |
FormAuthentication.java | Class | Form-based authentication implementation. |