java.lang.Objectjavax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
public static class AppConfigurationEntry.LoginModuleControlFlag
此类表示 LoginModule 是否为 REQUIRED、REQUISITE、SUFFICIENT 或 OPTIONAL。
| 字段摘要 | |
|---|---|
static AppConfigurationEntry.LoginModuleControlFlag |
OPTIONAL 可供选择的 LoginModule。 |
static AppConfigurationEntry.LoginModuleControlFlag |
REQUIRED 所需的 LoginModule。 |
static AppConfigurationEntry.LoginModuleControlFlag |
REQUISITE 必需的 LoginModule。 |
static AppConfigurationEntry.LoginModuleControlFlag |
SUFFICIENT 足够的 LoginModule。 |
| 方法摘要 | |
|---|---|
String |
toString() 返回此 controlFlag 的字符串表示形式。 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
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()