Package | Description |
---|---|
org.forgerock.jaspi.modules.session.jwt |
This package contains classes for the Jwt Session JASPI Authentication Module.
|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
Modifier and Type | Method and Description |
---|---|
EncryptedJwtBuilder |
SecretsProviderJwtCryptographyHandler.jwe(JwtBuilderFactory jwtBuilderFactory) |
EncryptedJwtBuilder |
KeyStoreJwtCryptographyHandler.jwe(JwtBuilderFactory jwtBuilderFactory) |
EncryptedJwtBuilder |
JwtCryptographyHandler.jwe(JwtBuilderFactory jwtbuilder)
Apply encryption to the JWT.
|
Constructor and Description |
---|
JwtSessionModule(JwtBuilderFactory jwtBuilderFactory)
Constructs an instance of the JwtSessionModule.
|
JwtSessionModule(JwtBuilderFactory jwtBuilderFactory,
JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the JwtSessionModule.
|
ServletJwtSessionModule(JwtBuilderFactory jwtBuilderFactory)
Constructs an instance of the ServletJwtSessionModule.
|
ServletJwtSessionModule(JwtBuilderFactory jwtBuilderFactory,
JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the ServletJwtSessionModule.
|
Modifier and Type | Method and Description |
---|---|
JwtBuilderFactory |
JwtBuilderFactory.recognizedHeaders(String... headers)
Configures additional application-specific header values that are understood and processed by the application.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.