| Class | Description |
|---|---|
| BasicLogin |
Superclass for all the com.myjaas.auth.* authorisation modules.
|
| DBLogin |
Simple database based authentication module.
|
| FileLogin |
Login Module that authenticates against a password stored in a password file.
|
| LdapLogin |
Login Module that authenticates against Ldap (in particular, the NSDL Ldap server).
|
| LoginUser |
Class to represent a User for purposes of password (file) based
authentication.
|
| PasswordHelper |
Manages password entries in the password file.
|
| SimpleLogin |
Base class for a variety of simple login modules that simply authenticate a
user against some database of user credentials.
|
| UcasLogin |
LoginModule that uses UCAS auth service to Authenticate.
|
| Utils |
Utility methods for com.myjaas.auth.*.
|