Uses of Interface
org.forgerock.openig.tools.jwt.factory.JwtFactory
Packages that use JwtFactory
Package
Description
Filters the requests and/or responses of HTTP.
Provides JWT capabilities to the Identity Gateway.
Miscellaneous utility classes.
-
Uses of JwtFactory in org.forgerock.openig.filter
Constructors in org.forgerock.openig.filter with parameters of type JwtFactoryModifierConstructorDescriptionJwtBuilderFilter(Object template, JwtFactory jwtFactory) Creates a newJwtBuilderFilterwhich 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 JwtFactoryModifier and TypeClassDescriptionclassSupport for JWT encryption, both asymmetric and symmetric (authenticated encryption) are supported.classAJwtFactoryforSignedJwt.classAJwtFactoryforSignedThenEncryptedJwt. -
Uses of JwtFactory in org.forgerock.openig.util
Methods in org.forgerock.openig.util that return types with arguments of type JwtFactoryModifier and TypeMethodDescriptionstatic Function<JsonValue,JwtFactory, HeapException> JwtFactoryConfigUtils.jwtFactory(Heap heap, SecretsProvider secretsProvider) Function supporting transformation of JSON configuration to aJwtFactoryinstance registered in the heap.static Function<JsonValue,JwtFactory, HeapException> JwtFactoryConfigUtils.signedJwtFactory(Heap heap, SecretsProvider secretsProvider) Function supporting transformation of JSON configuration to aJwtFactoryinstance registered in the heap.