Uses of Class
org.forgerock.caf.authentication.api.AuthenticationState
Package
Description
This package defines the core interfaces and classes to provide an asynchronous and improved
JASPI-like message authentication API.
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
Modifier and TypeMethodDescription<T extends AuthenticationState>
TMessageContext.getState
(AsyncServerAuthContext authContext) Gets theAuthenticationState
instance that maintains any stateful information for the providedAsyncServerAuthContext
.Modifier and TypeMethodDescriptionAdds the specified value.AuthContextWithState.createAuthenticationState()
Creates an instance of a specific type ofAuthenticationState
.Returns the specified item value. -
Uses of AuthenticationState in org.forgerock.caf.authentication.framework
Modifier and TypeMethodDescription<T extends AuthenticationState>
TMessageContextImpl.getState
(AsyncServerAuthContext authContext)