Uses of Package
javax.security.auth.login
Package
Description
Provides an implementation of
Configuration
.Provides implementations of
LoginModule
.Provides the classes and interfaces for the security framework.
This package provides a pluggable authentication framework.
This package provides the interface to be used for
implementing pluggable authentication modules.
-
ClassDescriptionThis class represents a single
LoginModule
entry configured for the application specified in thegetAppConfigurationEntry(String appName)
method in theConfiguration
class.A Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order the LoginModules should be invoked. -
-
ClassDescriptionThis represents a marker interface for Configuration parameters.This is the basic login exception.
-
ClassDescriptionA generic account exception.This class represents a single
LoginModule
entry configured for the application specified in thegetAppConfigurationEntry(String appName)
method in theConfiguration
class.This class represents whether or not aLoginModule
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.A Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order the LoginModules should be invoked.This represents a marker interface for Configuration parameters.A generic credential exception.This is the basic login exception. -