Module jdk.security.auth
Package com.sun.security.auth.module
package com.sun.security.auth.module
Provides implementations of
LoginModule
.- Since:
- 1.4
-
ClassDescriptionThe module prompts for a username and password and then verifies the password against the password stored in a directory service configured under JNDI.Provides a JAAS login module that prompts for a key store alias and populates the subject with the alias's principal and credentials.This
LoginModule
authenticates users using Kerberos protocols.ThisLoginModule
performs LDAP-based authentication.ThisLoginModule
renders a user's NT security information as some number ofPrincipal
s and associates them with aSubject
.This class implementation retrieves and makes available NT security information for the current user.ThisLoginModule
imports a user's UnixPrincipal
information (UnixPrincipal
,UnixNumericUserPrincipal
, andUnixNumericGroupPrincipal
) and associates them with the currentSubject
.This class implementation retrieves and makes available Unix UID/GID/groups information for the current user.