|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
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()
該字元串的格式為 "LoginModuleControlFlag: flag",其中 flag 是 required、requisite、sufficient、optional 之一。
Object 中的 toString
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。