Package | Description |
---|---|
javax.security.auth.login |
This package provides a pluggable authentication framework.
|
Modifier and Type | Field | Description |
---|---|---|
static AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.LoginModuleControlFlag.OPTIONAL |
Optional
LoginModule . |
static AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.LoginModuleControlFlag.REQUIRED |
Required
LoginModule . |
static AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.LoginModuleControlFlag.REQUISITE |
Requisite
LoginModule . |
static AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.LoginModuleControlFlag.SUFFICIENT |
Sufficient
LoginModule . |
Modifier and Type | Method | Description |
---|---|---|
AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.getControlFlag() |
Return the controlFlag
(either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL)
for this
LoginModule . |
Constructor | Description |
---|---|
AppConfigurationEntry(String loginModuleName,
AppConfigurationEntry.LoginModuleControlFlag controlFlag,
Map<String,?> options) |
Default constructor for this class.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1