| Class | Description |
|---|---|
| JndiLoginModule |
The module prompts for a username and password
and then verifies the password against the password stored in
a directory service configured under JNDI.
|
| KeyStoreLoginModule |
Provides a JAAS login module that prompts for a key store alias and
populates the subject with the alias's principal and credentials.
|
| Krb5LoginModule |
This
LoginModule authenticates users using
Kerberos protocols. |
| LdapLoginModule |
This
LoginModule performs LDAP-based authentication. |
| NTLoginModule |
This
LoginModule
renders a user's NT security information as some number of
Principals
and associates them with a Subject. |
| NTSystem |
This class implementation retrieves and makes available NT
security information for the current user.
|
| SolarisLoginModule | Deprecated, for removal: This API element is subject to removal in a future version.
As of JDK1.4, replaced by
com.sun.security.auth.module.UnixLoginModule. |
| SolarisSystem | Deprecated, for removal: This API element is subject to removal in a future version.
replaced by
UnixSystem. |
| UnixLoginModule |
This
LoginModule imports a user's Unix
Principal information (UnixPrincipal,
UnixNumericUserPrincipal,
and UnixNumericGroupPrincipal)
and associates them with the current Subject. |
| UnixSystem |
This class implementation retrieves and makes available Unix
UID/GID/groups information for the current user.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1998, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2