Uses of Interface
org.forgerock.caf.authentication.api.AsyncServerAuthModule
-
Packages that use AsyncServerAuthModule Package Description org.forgerock.caf.authentication.framework This package defines the authentication framework classes for the authentication of messages via authentication contexts and modules.org.forgerock.jaspi.modules.openid This package contains classes which form the Open ID Connect JASPIc AuthN module.org.forgerock.jaspi.modules.session.jwt 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 AsyncServerAuthModule Modifier and Type Method Description static AuthenticationFilter.AuthenticationModuleBuilder
AuthenticationFilter.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 AsyncServerAuthModule Constructor Description FallbackAuthContext(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 AsyncServerAuthModule Modifier and Type Class Description class
OpenIdConnectModule
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 AsyncServerAuthModule Modifier and Type Class Description class
JwtSessionModule
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.
-