| KeyStoreLoginModule |
Provides a JAAS login module that prompts for a key store alias and
populates the subject with the alias's principal and credentials. |
| LdapLoginModule |
This LoginModule performs LDAP-based authentication. |
| LinuxLoginModule |
This LoginModule imports a user's Linux
Principal information (UsernamePrincipal,
UserIDPrincipal,
and GroupIDPrincipal)
and associates them with the current Subject. |
| LinuxSystem |
This class implementation retrieves and makes available Linux
UID/GID/groups information for the current user. |