Uses of Package
javax.security.auth.login
Packages that use javax.security.auth.login
Package
Description
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.
-
Classes in javax.security.auth.login used by java.securityClassDescriptionThis represents a marker interface for Configuration parameters.This is the basic login exception.
-
Classes in javax.security.auth.login used by javax.security.auth.loginClassDescriptionA 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. -
Classes in javax.security.auth.login used by javax.security.auth.spi