Class IdentityRequestJwtContext

java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.assertion.IdentityRequestJwtContext
All Implemented Interfaces:
Context

public class IdentityRequestJwtContext extends AbstractContext
An IdentityRequestJwtContext is used to store the key details of the Identity Request JWT.
  • Field Details

  • Constructor Details

    • IdentityRequestJwtContext

      public IdentityRequestJwtContext(Context parent, EncryptedJwt identityRequestJwt)
      Creates a new IdentityRequestJwtContext context based on a validated Identity Request JWT.
      Parameters:
      parent - The parent context.
      identityRequestJwt - A validated Identity Request JWT to apply to this context, not null.
  • Method Details

    • dataClaims

      public Map<String,Object> dataClaims()
      Returns any data claims from the Identity Request JWT.
      Returns:
      any data claims from the Identity Request JWT.
    • nonce

      public String nonce()
      Returns the nonce from the Identity Request JWT.
      Returns:
      the nonce from the Identity Request JWT.
    • redirect

      public URI redirect()
      Returns the redirect from the Identity Request JWT.
      Returns:
      the redirect from the Identity Request JWT.
    • version

      Return the Request JWT version.
      Returns:
      the Request JWT version.