public static class AuthContext.IndexType extends Object
IndexType
defines the possible kinds of "objects"
or "resources" for which an authentication can be performed.Modifier and Type | Field and Description |
---|---|
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 |
RESOURCE
The
RESOURCE index type indicates that the index
name given corresponds to a given policy protected resource URL. |
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. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object indexType)
Checks if two index type objects are equal.
|
String |
toString()
Returns the string representation of the index type.
|
public static final AuthContext.IndexType USER
USER
index type indicates that the index name given
corresponds to a user.public static final AuthContext.IndexType ROLE
ROLE
index type indicates that the index name given
corresponds to a role.public static final AuthContext.IndexType SERVICE
SERVICE
index type indicates that the index name
given corresponds to a service (or application).public static final AuthContext.IndexType LEVEL
LEVEL
index type indicates that the index name
given corresponds to a given authentication level.public static final AuthContext.IndexType MODULE_INSTANCE
MODULE_INSTANCE
index type indicates that the index
name given corresponds to one of the authentication modules.public static final AuthContext.IndexType RESOURCE
RESOURCE
index type indicates that the index
name given corresponds to a given policy protected resource URL.public static final AuthContext.IndexType COMPOSITE_ADVICE
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.public String toString()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.