Package | Description |
---|---|
org.forgerock.jaspi.modules.session.jwt |
This package contains classes for the Jwt Session JASPI Authentication Module.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyStoreJwtCryptographyHandler
An implementation of
JwtCryptographyHandler that uses a KeyStore to get keys. |
class |
SecretsProviderJwtCryptographyHandler
An implementation of
JwtCryptographyHandler that uses a SecretsProvider to get keys. |
Constructor and Description |
---|
JwtSessionModule(JwtBuilderFactory jwtBuilderFactory,
JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the JwtSessionModule.
|
JwtSessionModule(JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the JwtSessionModule.
|
ServletJwtSessionModule(JwtBuilderFactory jwtBuilderFactory,
JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the ServletJwtSessionModule.
|
ServletJwtSessionModule(JwtCryptographyHandler jwtCryptographyHandler)
Constructs an instance of the ServletJwtSessionModule.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.