Top Description Classes
module jdk.security.auth

Package com.sun.security.auth.module


Provides implementations of javax.security.auth.spi.LoginModule.
Since
1.4

Class Summary

Modifier and TypeClass and Description
pack-priv class
public class
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.

public class
KeyStoreLoginModule

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

public class
Krb5LoginModule

This LoginModule authenticates users using Kerberos protocols.

public class
LdapLoginModule

This LoginModule performs LDAP-based authentication.

public class
NTLoginModule

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

public class
NTSystem

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

public class
UnixLoginModule

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

public class
UnixSystem

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