public static class AppConfigurationEntry.LoginModuleControlFlag extends Object
LoginModule
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.| Modifier and Type | Field and 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.
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2022 aicas GmbH. All Rights Reserved.