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