Uses of Class
org.forgerock.caf.authentication.api.AuthenticationState
-
Packages that use AuthenticationState Package Description org.forgerock.caf.authentication.api This package defines the core interfaces and classes to provide an asynchronous and improved JASPI-like message authentication API.org.forgerock.caf.authentication.framework This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules. -
-
Uses of AuthenticationState in org.forgerock.caf.authentication.api
Methods in org.forgerock.caf.authentication.api with type parameters of type AuthenticationState Modifier and Type Method Description <T extends AuthenticationState>
TMessageContext. getState(AsyncServerAuthContext authContext)Gets theAuthenticationStateinstance that maintains any stateful information for the providedAsyncServerAuthContext.Methods in org.forgerock.caf.authentication.api that return AuthenticationState Modifier and Type Method Description AuthenticationStateAuthenticationState. add(String key, Object object)Adds the specified value.AuthenticationStateAuthContextWithState. createAuthenticationState()Creates an instance of a specific type ofAuthenticationState.AuthenticationStateAuthenticationState. get(String key)Returns the specified item value. -
Uses of AuthenticationState in org.forgerock.caf.authentication.framework
Methods in org.forgerock.caf.authentication.framework with type parameters of type AuthenticationState Modifier and Type Method Description <T extends AuthenticationState>
TMessageContextImpl. getState(AsyncServerAuthContext authContext)
-