Package org.forgerock.openig.filter.jwt
Class JwtValidationErrorContext
- java.lang.Object
-
- org.forgerock.services.context.AbstractContext
-
- org.forgerock.openig.filter.jwt.JwtValidationErrorContext
-
- All Implemented Interfaces:
Context
public class JwtValidationErrorContext extends AbstractContext
AJwtValidationErrorContext
used to store the JWT and the list of violations for this JWT.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
Context's name.-
Fields inherited from class org.forgerock.services.context.AbstractContext
data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJwt()
Returns the JWT.List<Violation>
getViolations()
Returns the unmodifiable list ofViolation
s.-
Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
-
-
-
-
Field Detail
-
NAME
public static final String NAME
Context's name.- See Also:
- Constant Field Values
-
-