|
Class Summary |
| AbstractDatabaseLoginModule |
AbstractDatabaseLoginModule
Abstract base class for LoginModules that interact with a
database to retrieve authentication and authorization information. |
| AbstractLoginModule |
AbstractLoginModule
Abstract base class for all LoginModules. |
| DataSourceLoginModule |
DataSourceLoginModule
A LoginModule that uses a DataSource to retrieve user authentication
and authorisation information. |
| JDBCLoginModule |
JDBCLoginModule |
| LdapLoginModule |
A LdapLoginModule for use with JAAS setups
The jvm should be started with the following parameter:
-Djava.security.auth.login.config=etc/ldap-loginModule.conf
and an example of the ldap-loginModule.conf would be:
|
| PropertyFileLoginModule |
PropertyFileLoginModule |
| UserInfo |
UserInfo
This is the information read from the external source
about a user. |