public static class AppConfigurationEntry.LoginModuleControlFlagextends Object
LoginModule
static AppConfigurationEntry.LoginModuleControlFlag
OPTIONAL
REQUIRED
REQUISITE
SUFFICIENT
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final AppConfigurationEntry.LoginModuleControlFlag REQUIRED
public static final AppConfigurationEntry.LoginModuleControlFlag REQUISITE
public static final AppConfigurationEntry.LoginModuleControlFlag SUFFICIENT
public static final AppConfigurationEntry.LoginModuleControlFlag OPTIONAL
public String toString()
String的格式为“LoginModuleControlFlag: flag ”,其中flag是必需的 , 必需的 , 足够的或可选的 。
toString
Object