Uses of Interface
org.forgerock.caf.authentication.api.AsyncServerAuthContext
Packages that use 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
Methods in org.forgerock.caf.authentication.api with parameters of type AsyncServerAuthContextModifier and TypeMethodDescription<T extends AuthenticationState>
TMessageContext.getState(AsyncServerAuthContext authContext) Gets theAuthenticationStateinstance 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 AsyncServerAuthContextModifier and TypeClassDescriptionfinal classAnAsyncServerAuthContextwhich manages aListofAsyncServerAuthModules that are in a desired order of preference for authenticating incoming request messages.Methods in org.forgerock.caf.authentication.framework with parameters of type AsyncServerAuthContextModifier and TypeMethodDescription<T extends AuthenticationState>
TMessageContextImpl.getState(AsyncServerAuthContext authContext)