Class IdTokenContext

    • Method Detail

      • getValue

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

        public org.forgerock.json.jose.jws.SignedJwt getJwt()
        Returns a copy of the SignedJwt.
        Returns:
        a copy of the SignedJwt.
      • getClaims

        public org.forgerock.json.jose.jwt.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.