Uses of Interface
org.forgerock.caf.authentication.api.AsyncServerAuthContext
-
Packages that use AsyncServerAuthContext 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 AsyncServerAuthContext in org.forgerock.caf.authentication.api
Methods in org.forgerock.caf.authentication.api with parameters of type AsyncServerAuthContext Modifier and Type Method Description <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
Classes in org.forgerock.caf.authentication.framework that implement AsyncServerAuthContext Modifier and Type Class Description class
FallbackAuthContext
AnAsyncServerAuthContext
which manages aList
ofAsyncServerAuthModule
s that are in a desired order of preference for authenticating incoming request messages.Methods in org.forgerock.caf.authentication.framework with parameters of type AsyncServerAuthContext Modifier and Type Method Description <T extends AuthenticationState>
TMessageContextImpl. getState(AsyncServerAuthContext authContext)
-