| Authentication | Interface for different authentication modules. | code | html |
| AbstractAuthentication | This class was designed with the simple assumption that ALL authentication
implementations will have a String Name and a String
Password. |
code | html |
| BasicAuthentication | Basic Authentication support. | code | html |
| FormAuthentication | Form-based authentication implementation. | code | html |
Contains classes that support using and testing various authentification schemes.