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
A JwtValidationErrorContext used to store the JWT and the list of violations for this JWT.
  • Field Details

  • Method Details

    • getJwt

      public String getJwt()
      Returns the JWT.
      Returns:
      the JWT.
    • getViolations

      public List<Violation> getViolations()
      Returns the unmodifiable list of Violations.
      Returns:
      the unmodifiable list of Violations.