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 | Method and Description |
---|---|
AsyncServerAuthModule |
GuiceModule.getSessionAuthModule(ConfigurationResource configurationResource,
com.google.inject.Injector injector)
Provider for the JASPI runtime's "Session" auth module.
|
Modifier and Type | Method and Description |
---|---|
List<AsyncServerAuthModule> |
GuiceModule.getAuthModules(ConfigurationResource configurationResource,
com.google.inject.Injector injector)
Provider for the JASPI runtime's auth modules.
|
Modifier and Type | Class and Description |
---|---|
class |
IWAModule
Authentication module that uses IWA for authentication.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenAMSessionModule
A JASPI Session Module which uses OpenAM to validate SSO Tokens issued by an OpenAM instance.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.