Uses of Interface
org.forgerock.caf.authentication.api.AsyncServerAuthModule
Packages that use AsyncServerAuthModule
Package
Description
This package defines the authentication framework classes for the authentication of messages
via authentication contexts and modules.
This package contains classes which form the Open ID Connect JASPIc AuthN module.
This package contains classes for the Jwt Session JASPI Authentication Module.
-
Uses of AsyncServerAuthModule in org.forgerock.caf.authentication.framework
Methods in org.forgerock.caf.authentication.framework with parameters of type AsyncServerAuthModuleModifier and TypeMethodDescriptionAuthenticationFilter.AuthenticationModuleBuilder.configureModule
(AsyncServerAuthModule authModule) Creates a builder to configure the providedAsyncServerAuthModule
instance.Constructor parameters in org.forgerock.caf.authentication.framework with type arguments of type AsyncServerAuthModuleModifierConstructorDescriptionFallbackAuthContext
(org.slf4j.Logger logger, List<AsyncServerAuthModule> authModules) Creates a newFallbackAuthContext
managing the providedAsyncServerAuthModule
s. -
Uses of AsyncServerAuthModule in org.forgerock.jaspi.modules.openid
Classes in org.forgerock.jaspi.modules.openid that implement AsyncServerAuthModuleModifier and TypeClassDescriptionclass
OpenID Connect module that allows access when a valid OpenID Connect JWT which our server trusts is presented in the specific header field. -
Uses of AsyncServerAuthModule in org.forgerock.jaspi.modules.session.jwt
Classes in org.forgerock.jaspi.modules.session.jwt that implement AsyncServerAuthModuleModifier and TypeClassDescriptionclass
A JASPI CHF Session Module which creates a JWT when securing the response from a successful authentication and sets it as a Cookie on the response.