|
Class Summary |
| ConsoleCallbackHandler |
|
| DefaultConsoleCallbackHandler |
ConsoleCallbackHandler prompts and reads from the
command line console line for username and password. |
| PassiveCallbackHandler |
PassiveCallbackHandler has constructor that takes
a username and password so its handle() method does
not have to prompt the user for input. |
| RdbmsCredential |
RdbmsCredential extends Properties in order to supply
a location for credential data which might be retrieved
from the database. |
| RdbmsLoginModule |
RdbmsLoginModule is a LoginModule that authenticates
a given username/password credential against a JDBC
datasource. |
| RdbmsPrincipal |
Basic implementation of the Principal class. |