Package org.forgerock.openig.filter.jwt
Class JwtValidationContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.filter.jwt.JwtValidationContext
- All Implemented Interfaces:
Context
A
JwtValidationContext used to store the JWT and claims.-
Field Summary
FieldsFields inherited from class org.forgerock.services.context.AbstractContext
data -
Method Summary
Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
-
Field Details
-
NAME
Context's name.- See Also:
-
-
Method Details
-
getValue
Returns the JWT.- Returns:
- the JWT.
-
getJwt
Returns a copy of theJwt.- Returns:
- a copy of the
Jwt.
-
getClaims
Returns the claims copy as aJwtClaimsSet.- Returns:
- the claims copy as a
JwtClaimsSet.
-
getInfo
Returns the claims copy as aMap.- Returns:
- the claims copy as a
Map.
-