com.sun.identity.authentication
クラス AuthContext.IndexType

java.lang.Object
  上位を拡張 com.sun.identity.authentication.AuthContext.IndexType
含まれているクラス:
AuthContext

public static class AuthContext.IndexType
extends Object

The class IndexType defines the possible kinds of "objects" or "resources" for which an authentication can be performed.


フィールドの概要
static AuthContext.IndexType COMPOSITE_ADVICE
          The COMPOSITE_ADVICE index type indicates that the index name given corresponds to string in the form of XML representing different Policy Authentication conditions, example AuthSchemeCondition, AuthLevelCondition, etc.
static AuthContext.IndexType LEVEL
          The LEVEL index type indicates that the index name given corresponds to a given authentication level.
static AuthContext.IndexType MODULE_INSTANCE
          The MODULE_INSTANCE index type indicates that the index name given corresponds to one of the authentication modules.
static AuthContext.IndexType ROLE
          The ROLE index type indicates that the index name given corresponds to a role.
static AuthContext.IndexType SERVICE
          The SERVICE index type indicates that the index name given corresponds to a service (or application).
static AuthContext.IndexType USER
          The USER index type indicates that the index name given corresponds to a user.
 
メソッドの概要
 boolean equals(Object indexType)
          Checks if two index type objects are equal.
 String toString()
          Returns the string representation of the index type.
 

フィールドの詳細

USER

public static final AuthContext.IndexType USER
The USER index type indicates that the index name given corresponds to a user.


ROLE

public static final AuthContext.IndexType ROLE
The ROLE index type indicates that the index name given corresponds to a role.


SERVICE

public static final AuthContext.IndexType SERVICE
The SERVICE index type indicates that the index name given corresponds to a service (or application).


LEVEL

public static final AuthContext.IndexType LEVEL
The LEVEL index type indicates that the index name given corresponds to a given authentication level.


MODULE_INSTANCE

public static final AuthContext.IndexType MODULE_INSTANCE
The MODULE_INSTANCE index type indicates that the index name given corresponds to one of the authentication modules.


COMPOSITE_ADVICE

public static final AuthContext.IndexType COMPOSITE_ADVICE
The COMPOSITE_ADVICE index type indicates that the index name given corresponds to string in the form of XML representing different Policy Authentication conditions, example AuthSchemeCondition, AuthLevelCondition, etc.

メソッドの詳細

toString

public String toString()
Returns the string representation of the index type.

オーバーライド:
クラス Object 内の toString
戻り値:
String representation of index type.

equals

public boolean equals(Object indexType)
Checks if two index type objects are equal.

オーバーライド:
クラス Object 内の equals
パラメータ:
indexType - Reference object with which to compare.
戻り値:
true if the objects are same.