Class JwtValidationContext

java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.filter.jwt.JwtValidationContext
All Implemented Interfaces:
Context

public class JwtValidationContext extends AbstractContext
A JwtValidationContext used to store the JWT and claims.
  • Field Details

  • Method Details

    • getValue

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

      public Jwt getJwt()
      Returns a copy of the Jwt.
      Returns:
      a copy of the Jwt.
    • getClaims

      public JwtClaimsSet getClaims()
      Returns the claims copy as a JwtClaimsSet.
      Returns:
      the claims copy as a JwtClaimsSet.
    • getInfo

      public Map<String,Object> getInfo()
      Returns the claims copy as a Map.
      Returns:
      the claims copy as a Map.