Uses of Interface
org.forgerock.caf.authentication.api.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
Modifier and TypeMethodDescriptionAuthenticationFilter.AuthenticationModuleBuilder.configureModule
(AsyncServerAuthModule authModule) Creates a builder to configure the providedAsyncServerAuthModule
instance.ModifierConstructorDescriptionFallbackAuthContext
(org.slf4j.Logger logger, List<AsyncServerAuthModule> authModules) Creates a newFallbackAuthContext
managing the providedAsyncServerAuthModule
s. -
Uses of AsyncServerAuthModule in org.forgerock.jaspi.modules.openid
Modifier 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
Modifier 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.