Uses of Interface
javax.security.auth.spi.LoginModule
Packages that use LoginModule
-
Uses of LoginModule in com.sun.security.auth.module
Classes in com.sun.security.auth.module that implement LoginModuleModifier and TypeClassDescriptionclass
The module prompts for a username and password and then verifies the password against the password stored in a directory service configured under JNDI.class
Provides a JAAS login module that prompts for a key store alias and populates the subject with the alias's principal and credentials.class
ThisLoginModule
authenticates users using Kerberos protocols.class
ThisLoginModule
performs LDAP-based authentication.class
ThisLoginModule
renders a user's NT security information as some number ofPrincipal
s and associates them with aSubject
.class
ThisLoginModule
imports a user's UnixPrincipal
information (UnixPrincipal
,UnixNumericUserPrincipal
, andUnixNumericGroupPrincipal
) and associates them with the currentSubject
.