See: Description
Interface | Description |
---|---|
JwtCryptographyHandler |
An abstraction of the cryptographic operations that the JWT session modules will need to do to create a read JWTs.
|
JwtSessionCookie |
Class | Description |
---|---|
AbstractJwtSessionModule<C extends JwtSessionCookie> |
A JASPI Session Module which creates a JWT when securing the response from a successful authentication and sets it
as a Cookie on the response.
|
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.
|
KeyStoreJwtCryptographyHandler |
An implementation of
JwtCryptographyHandler that uses a KeyStore to get keys. |
SecretsProviderJwtCryptographyHandler |
An implementation of
JwtCryptographyHandler that uses a SecretsProvider to get keys. |
ServletJwtSessionModule |
A JASPI Servlet API 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.