public static class AppConfigurationEntry.LoginModuleControlFlag extends Object
LoginModule
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.Modifier and Type | Field | Description |
---|---|---|
static AppConfigurationEntry.LoginModuleControlFlag |
OPTIONAL |
Optional
LoginModule . |
static AppConfigurationEntry.LoginModuleControlFlag |
REQUIRED |
Required
LoginModule . |
static AppConfigurationEntry.LoginModuleControlFlag |
REQUISITE |
Requisite
LoginModule . |
static AppConfigurationEntry.LoginModuleControlFlag |
SUFFICIENT |
Sufficient
LoginModule . |
public static final AppConfigurationEntry.LoginModuleControlFlag REQUIRED
LoginModule
.public static final AppConfigurationEntry.LoginModuleControlFlag REQUISITE
LoginModule
.public static final AppConfigurationEntry.LoginModuleControlFlag SUFFICIENT
LoginModule
.public static final AppConfigurationEntry.LoginModuleControlFlag OPTIONAL
LoginModule
.public String toString()
The String has the format, "LoginModuleControlFlag: flag", where flag is either required, requisite, sufficient, or optional.
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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps