Uses of Interface
org.forgerock.openig.tools.jwt.factory.JwtFactory
-
Packages that use JwtFactory Package Description org.forgerock.openig.filter Filters the requests and/or responses of HTTP.org.forgerock.openig.tools.jwt.factory Provides JWT capabilities to the Identity Gateway. -
-
Uses of JwtFactory in org.forgerock.openig.filter
Constructors in org.forgerock.openig.filter with parameters of type JwtFactory Constructor Description JwtBuilderFilter(Object template, JwtFactory jwtFactory)
Creates a newJwtBuilderFilter
which will create a JWT based on the given JSON template and place it into the context JwtBuilderContext. -
Uses of JwtFactory in org.forgerock.openig.tools.jwt.factory
Classes in org.forgerock.openig.tools.jwt.factory that implement JwtFactory Modifier and Type Class Description class
EncryptedJwtFactory
Support for JWT encryption, both asymmetric and symmetric (authenticated encryption) are supported.class
SignedJwtFactory
class
SignedThenEncryptedJwtFactory
class
UnsignedJwtFactory
Deprecated.Since 7.0 There is no replacement, as this feature is considered insecure.
-