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.IndexTypeTheCOMPOSITE_ADVICEindex 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.IndexTypeTheLEVELindex type indicates that the index name given corresponds to a given authentication level.static final AuthContext.IndexTypeTheMODULE_INSTANCEindex type indicates that the index name given corresponds to one of the authentication modules.static final AuthContext.IndexTypeTheRESOURCEindex type indicates that the index name given corresponds to a given policy protected resource URL.static final AuthContext.IndexTypeTheROLEindex type indicates that the index name given corresponds to a role.static final AuthContext.IndexTypeTheSERVICEindex type indicates that the index name given corresponds to a service (or application).static final AuthContext.IndexTypeTheTRANSACTIONindex type indicates that the index name given corresponds to an existing transaction.static final AuthContext.IndexTypeTheUSERindex type indicates that the index name given corresponds to a user. -
Method Summary
-
Field Details
-
USER
TheUSERindex type indicates that the index name given corresponds to a user. -
ROLE
TheROLEindex type indicates that the index name given corresponds to a role. -
SERVICE
TheSERVICEindex type indicates that the index name given corresponds to a service (or application). -
LEVEL
TheLEVELindex type indicates that the index name given corresponds to a given authentication level. -
MODULE_INSTANCE
TheMODULE_INSTANCEindex type indicates that the index name given corresponds to one of the authentication modules. -
RESOURCE
TheRESOURCEindex type indicates that the index name given corresponds to a given policy protected resource URL. -
COMPOSITE_ADVICE
TheCOMPOSITE_ADVICEindex type indicates that the index name given corresponds to string in the form of XML representing different Policy Authentication conditions, exampleAuthSchemeCondition,AuthLevelCondition, etc. -
TRANSACTION
TheTRANSACTIONindex 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()
-