Home » openjdk-7 » com.sun.security » auth » module »

com.sun.security.auth.module

Classes:

Crypt   Implements the UNIX crypt(3) function, based on a direct port of the libc crypt function.  code | html
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. 

code | html
KeyStoreLoginModule   Provides a JAAS login module that prompts for a key store alias and populates the subject with the alias's principal and credentials.  code | html
Krb5LoginModule  

This LoginModule authenticates users using Kerberos protocols. 

code | html
LdapLoginModule   This LoginModule performs LDAP-based authentication.  code | html
NTLoginModule  

This LoginModule renders a user's NT security information as some number of Principals and associates them with a Subject

code | html
NTSystem  

This class implementation retrieves and makes available NT security information for the current user. 

code | html
SolarisLoginModule  

This LoginModule imports a user's Solaris Principal information (SolarisPrincipal, SolarisNumericUserPrincipal, and SolarisNumericGroupPrincipal) and associates them with the current Subject

code | html
SolarisSystem  

This class implementation retrieves and makes available Solaris UID/GID/groups information for the current user. 

code | html
UnixLoginModule  

This LoginModule imports a user's Unix Principal information (UnixPrincipal, UnixNumericUserPrincipal, and UnixNumericGroupPrincipal) and associates them with the current Subject

code | html
UnixSystem  

This class implementation retrieves and makes available Unix UID/GID/groups information for the current user. 

code | html