Uses of Class
javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
Packages that use AppConfigurationEntry.LoginModuleControlFlag
Package
Description
This package provides a pluggable authentication framework.
-
Uses of AppConfigurationEntry.LoginModuleControlFlag in javax.security.auth.login
Fields in javax.security.auth.login declared as AppConfigurationEntry.LoginModuleControlFlagModifier and TypeFieldDescriptionAppConfigurationEntry.LoginModuleControlFlag.OPTIONAL
OptionalLoginModule
.AppConfigurationEntry.LoginModuleControlFlag.REQUIRED
RequiredLoginModule
.AppConfigurationEntry.LoginModuleControlFlag.REQUISITE
RequisiteLoginModule
.AppConfigurationEntry.LoginModuleControlFlag.SUFFICIENT
SufficientLoginModule
.Methods in javax.security.auth.login that return AppConfigurationEntry.LoginModuleControlFlagModifier and TypeMethodDescriptionAppConfigurationEntry.getControlFlag()
Return the controlFlag (either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL) for thisLoginModule
.Constructors in javax.security.auth.login with parameters of type AppConfigurationEntry.LoginModuleControlFlagModifierConstructorDescriptionAppConfigurationEntry(String loginModuleName, AppConfigurationEntry.LoginModuleControlFlag controlFlag, Map<String,?> options)
Default constructor for this class.