Package org.forgerock.openig.tools.jwt.factory
Provides JWT capabilities to the Identity Gateway.
-
Interface Summary Interface Description JwtFactory AJwtFactory
encapsulates JWT production strategy into a re-usable and testable design. -
Class Summary Class Description EncryptedJwtFactory Support for JWT encryption, both asymmetric and symmetric (authenticated encryption) are supported.SignedJwtFactory AJwtFactory
forSignedJwt
.SignedThenEncryptedJwtFactory AJwtFactory
forSignedThenEncryptedJwt
.UnsignedJwtFactory Deprecated. Since 7.0 There is no replacement, as this feature is considered insecure.