JavaTM 2 Platform
Standard Ed. 6

javax.security.auth.login
類別 AppConfigurationEntry.LoginModuleControlFlag

java.lang.Object
  繼承者 javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
正在封閉類別:
AppConfigurationEntry

public static class AppConfigurationEntry.LoginModuleControlFlag
extends Object

此類別表示 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
 

欄位詳細資訊

REQUIRED

public static final AppConfigurationEntry.LoginModuleControlFlag REQUIRED
所需的 LoginModule


REQUISITE

public static final AppConfigurationEntry.LoginModuleControlFlag REQUISITE
必需的 LoginModule


SUFFICIENT

public static final AppConfigurationEntry.LoginModuleControlFlag SUFFICIENT
足夠的 LoginModule


OPTIONAL

public static final AppConfigurationEntry.LoginModuleControlFlag OPTIONAL
可供選擇的 LoginModule

方法詳細資訊

toString

public String toString()
返回此 controlFlag 的字元串表示形式。

該字元串的格式為 "LoginModuleControlFlag: flag",其中 flagrequiredrequisitesufficientoptional 之一。

覆寫:
類別 Object 中的 toString
返回:
此 controlFlag 的字元串表示形式。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only