JavaTM 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
          REQUIRED な LoginModule です。
static AppConfigurationEntry.LoginModuleControlFlag REQUISITE
          REQUISITE な LoginModule です。
static AppConfigurationEntry.LoginModuleControlFlag SUFFICIENT
          十分な LoginModule です。
 
メソッドの概要
 String toString()
          この controlFlag の String 表現を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

REQUIRED

public static final AppConfigurationEntry.LoginModuleControlFlag REQUIRED
REQUIRED な LoginModule です。


REQUISITE

public static final AppConfigurationEntry.LoginModuleControlFlag REQUISITE
REQUISITE な LoginModule です。


SUFFICIENT

public static final AppConfigurationEntry.LoginModuleControlFlag SUFFICIENT
十分な LoginModule です。


OPTIONAL

public static final AppConfigurationEntry.LoginModuleControlFlag OPTIONAL
省略可能な LoginModule です。

メソッドの詳細

toString

public String toString()
この controlFlag の String 表現を返します。  

String は「LoginModuleControlFlag: flag」の形式をとります。flag は、requiredrequisitesufficient、または optional になります。

オーバーライド:
クラス Object 内の toString
戻り値:
この controlFlag の String 表現

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。