Package com.sun.identity.authentication
Class AuthContext.IndexType
java.lang.Object
com.sun.identity.authentication.AuthContext.IndexType
- Enclosing class:
- AuthContext
The class
IndexType
defines the possible kinds of "objects"
or "resources" for which an authentication can be performed.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AuthContext.IndexType
TheCOMPOSITE_ADVICE
index type indicates that the index name given corresponds to string in the form of XML representing different Policy Authentication conditions, exampleAuthSchemeCondition
,AuthLevelCondition
, etc.static final AuthContext.IndexType
TheLEVEL
index type indicates that the index name given corresponds to a given authentication level.static final AuthContext.IndexType
TheMODULE_INSTANCE
index type indicates that the index name given corresponds to one of the authentication modules.static final AuthContext.IndexType
TheRESOURCE
index type indicates that the index name given corresponds to a given policy protected resource URL.static final AuthContext.IndexType
TheROLE
index type indicates that the index name given corresponds to a role.static final AuthContext.IndexType
TheSERVICE
index type indicates that the index name given corresponds to a service (or application).static final AuthContext.IndexType
TheTRANSACTION
index type indicates that the index name given corresponds to an existing transaction.static final AuthContext.IndexType
TheUSER
index type indicates that the index name given corresponds to a user. -
Method Summary
-
Field Details
-
USER
TheUSER
index type indicates that the index name given corresponds to a user. -
ROLE
TheROLE
index type indicates that the index name given corresponds to a role. -
SERVICE
TheSERVICE
index type indicates that the index name given corresponds to a service (or application). -
LEVEL
TheLEVEL
index type indicates that the index name given corresponds to a given authentication level. -
MODULE_INSTANCE
TheMODULE_INSTANCE
index type indicates that the index name given corresponds to one of the authentication modules. -
RESOURCE
TheRESOURCE
index type indicates that the index name given corresponds to a given policy protected resource URL. -
COMPOSITE_ADVICE
TheCOMPOSITE_ADVICE
index type indicates that the index name given corresponds to string in the form of XML representing different Policy Authentication conditions, exampleAuthSchemeCondition
,AuthLevelCondition
, etc. -
TRANSACTION
TheTRANSACTION
index type indicates that the index name given corresponds to an existing transaction.
-
-
Method Details
-
toString
Returns the string representation of the index type. -
equals
Checks if two index type objects are equal. -
hashCode
public int hashCode()
-