Uses of Interface
org.forgerock.caf.authentication.api.AsyncServerAuthContext
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 AsyncServerAuthContext 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
. -
Uses of AsyncServerAuthContext in org.forgerock.caf.authentication.framework
Modifier and TypeClassDescriptionfinal class
AnAsyncServerAuthContext
which manages aList
ofAsyncServerAuthModule
s that are in a desired order of preference for authenticating incoming request messages.Modifier and TypeMethodDescription<T extends AuthenticationState>
TMessageContextImpl.getState
(AsyncServerAuthContext authContext)