Package | Description |
---|---|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
org.forgerock.json.jose.common |
Common classes and interfaces for all types of JWTs.
|
org.forgerock.json.jose.jwe |
Classes and interfaces for JWT encryption and JWEs.
|
org.forgerock.json.jose.jws |
Classes and interfaces for JWT signing and JWS'.
|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP.
|
org.forgerock.openig.tools |
Common tools used in policy service.
|
org.forgerock.openig.tools.jwt |
This package contains classes used to perform JWT validation.
|
Modifier and Type | Method and Description |
---|---|
<T extends Jwt> |
JwtBuilderFactory.reconstruct(String jwtString,
Class<T> jwtClass)
Reconstructs the given JWT string into a JWT object of the specified type.
|
Modifier and Type | Method and Description |
---|---|
Jwt |
JwtBuilder.asJwt()
Builds the JWT object from its constituent parts.
|
Modifier and Type | Method and Description |
---|---|
<T extends Jwt> |
JwtReconstruction.reconstructJwt(String jwtString,
Class<T> jwtClass)
Reconstructs the given JWT string into a JWT object of the specified type.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedJwt
A JWE implementation of the
Jwt interface. |
class |
SignedThenEncryptedJwt
A nested signed-then-encrypted JWT.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedThenSignedJwt
An implementation of a JWS with a nested JWE as its payload.
|
class |
SignedEncryptedJwt
Deprecated.
Use
EncryptedThenSignedJwt instead. |
class |
SignedJwt
A JWS implementation of the Jwt interface.
|
Modifier and Type | Method and Description |
---|---|
Jwt |
JwtFactory.create(Map<String,Object> template)
Produces a new
Jwt . |
Modifier and Type | Method and Description |
---|---|
static <T extends Jwt> |
JwtUtil.reconstructJwt(String jwt,
Class<T> jwtClass)
Reconstruct a JWT from a {code String} representation.
|
Modifier and Type | Method and Description |
---|---|
Result |
JwtConstraint.apply(Jwt jwt)
Apply a constraint to the given JWT.
|
JwtValidatorResult |
JwtValidator.report(Jwt jwt)
Returns the list of the violations, if any, raised by the validation of the JWT.
|
Copyright 2011-2017 ForgeRock AS.