Uses of Interface
org.forgerock.openig.filter.JwtFactory
-
Packages that use JwtFactory Package Description org.forgerock.openig.filter Filters the requests and/or responses of HTTP. -
-
Uses of JwtFactory in org.forgerock.openig.filter
Constructors in org.forgerock.openig.filter with parameters of type JwtFactory Constructor Description JwtBuilderFilter(JsonValue template, JwtFactory jwtFactory)
Creates a newJwtBuilderFilter
which will create a JWT based on the given JSON template and place it into the context JwtBuilderContext.
-