| Package | Description |
|---|---|
| javax.security.auth.login |
This package provides a pluggable authentication framework.
|
| Modifier and Type | Field and Description |
|---|---|
static AppConfigurationEntry |
AppConfigurationEntry.LoginModuleControlFlag.OPTIONAL
Optional
LoginModule.
|
static AppConfigurationEntry |
AppConfigurationEntry.LoginModuleControlFlag.REQUIRED
Required
LoginModule.
|
static AppConfigurationEntry |
AppConfigurationEntry.LoginModuleControlFlag.REQUISITE
Requisite
LoginModule.
|
static AppConfigurationEntry |
AppConfigurationEntry.LoginModuleControlFlag.SUFFICIENT
Sufficient
LoginModule.
|
| Modifier and Type | Method and Description |
|---|---|
AppConfigurationEntry |
AppConfigurationEntry.getControlFlag()
Return the controlFlag (either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL) for this
LoginModule.
|
| Constructor and Description | |
|---|---|
AppConfigurationEntry(String
Default constructor for this class.
|