Uses of Interface
javax.security.auth.spi.LoginModule
Package | Description |
---|---|
com.sun.security.auth.module |
Provides implementations of
LoginModule . |
-
Uses of LoginModule in com.sun.security.auth.module
Classes in com.sun.security.auth.module that implement LoginModule Modifier and Type Class Description 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.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.class
Krb5LoginModule
ThisLoginModule
authenticates users using Kerberos protocols.class
LdapLoginModule
ThisLoginModule
performs LDAP-based authentication.class
NTLoginModule
ThisLoginModule
renders a user's NT security information as some number ofPrincipal
s and associates them with aSubject
.class
UnixLoginModule
ThisLoginModule
imports a user's UnixPrincipal
information (UnixPrincipal
,UnixNumericUserPrincipal
, andUnixNumericGroupPrincipal
) and associates them with the currentSubject
.