|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.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 の String 表現を返します。 |
クラス 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()
Object
内の toString
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。