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.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationFilter.AuthenticationModuleBuilder |
AuthenticationFilter.AuthenticationModuleBuilder.configureModule(AsyncServerAuthModule authModule)
Creates a builder to configure the provided
AsyncServerAuthModule instance. |
Constructor and Description |
---|
FallbackAuthContext(org.slf4j.Logger logger,
List<AsyncServerAuthModule> authModules)
Creates a new
FallbackAuthContext managing the provided
AsyncServerAuthModule s. |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.