Uses of Class
com.sun.identity.authentication.AuthContext.IndexType
Packages that use AuthContext.IndexType
Package
Description
Provides interfaces and classes for writing a Remote Java client application
to authenticate to OpenAM.
This package contains the classes that represent server side
functionality such as the implementation of request for
authenticating, user credential callbacks.
-
Uses of AuthContext.IndexType in com.sun.identity.authentication
Fields in com.sun.identity.authentication declared as AuthContext.IndexTypeModifier and TypeFieldDescriptionstatic final AuthContext.IndexTypeAuthContext.IndexType.COMPOSITE_ADVICETheCOMPOSITE_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.IndexTypeAuthContext.IndexType.LEVELTheLEVELindex type indicates that the index name given corresponds to a given authentication level.static final AuthContext.IndexTypeAuthContext.IndexType.MODULE_INSTANCETheMODULE_INSTANCEindex type indicates that the index name given corresponds to one of the authentication modules.static final AuthContext.IndexTypeAuthContext.IndexType.RESOURCETheRESOURCEindex type indicates that the index name given corresponds to a given policy protected resource URL.static final AuthContext.IndexTypeAuthContext.IndexType.ROLETheROLEindex type indicates that the index name given corresponds to a role.static final AuthContext.IndexTypeAuthContext.IndexType.SERVICETheSERVICEindex type indicates that the index name given corresponds to a service (or application).static final AuthContext.IndexTypeAuthContext.IndexType.TRANSACTIONTheTRANSACTIONindex type indicates that the index name given corresponds to an existing transaction.static final AuthContext.IndexTypeAuthContext.IndexType.USERTheUSERindex type indicates that the index name given corresponds to a user.Methods in com.sun.identity.authentication with parameters of type AuthContext.IndexTypeModifier and TypeMethodDescriptionvoidAuthContext.login(AuthContext.IndexType type, String indexName) Starts the login process for the givenAuthContextobject identified by the index type and index name.voidAuthContext.login(AuthContext.IndexType indexType, String indexName, String[] params) Starts the login process for the givenAuthContextobject identified by the index type and index name with default parameters.voidAuthContext.login(AuthContext.IndexType indexType, String indexName, String[] params, Map envMap) Starts the login process for the givenAuthContextobject identified by the index type and index name with certain parameters and environment map. -
Uses of AuthContext.IndexType in com.sun.identity.authentication.server
Methods in com.sun.identity.authentication.server with parameters of type AuthContext.IndexTypeModifier and TypeMethodDescriptionvoidAuthContextLocal.login(AuthContext.IndexType type, String indexName) Start the login process for theAuthContextLocalobject identified by the index type and index name.