AbstractServerLoginModule |
This class implements the common functionality required for a JAAS
server side LoginModule and implements the JBossSX standard Subject usage
pattern of storing identities and roles.
|
BaseCertLoginModule |
Base Login Module that uses X509Certificates as credentials for
authentication.
|
InputValidationException |
The InputValidationException is thrown by the InputValidator s to indicate that information supplied
by clients (e.g.
|
PropertiesUsersLoginModule |
A LoginModule that uses a properties file to store username and password for authentication.
|
UsernamePasswordLoginModule |
An abstract subclass of AbstractServerLoginModule that imposes
an identity == String username, credentials == String password view on
the login process.
|
Users.User |
|
UsersRolesLoginModule |
A simple Properties map based login module that consults two Java Properties
formatted text files for username to password("users.properties") and
username to roles("roles.properties") mapping.
|