Interface ValidatorContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation()
      Returns the registered client information for the client_id in the authorisation request.
      com.nimbusds.oauth2.sdk.AuthorizationRequest getRawRequest()
      Returns the original raw OAuth 2.0 authorisation / OpenID authentication request, as received at the authorisation endpoint and prior to any JAR unwrapping / resolution if JWT-secured.
      com.nimbusds.openid.connect.sdk.op.ReadOnlyOIDCProviderMetadata getReadOnlyOIDCProviderMetadata()
      Returns the OpenID provider metadata.
    • Method Detail

      • getReadOnlyOIDCProviderMetadata

        com.nimbusds.openid.connect.sdk.op.ReadOnlyOIDCProviderMetadata getReadOnlyOIDCProviderMetadata()
        Returns the OpenID provider metadata.
        Returns:
        The OpenID provider metadata.
      • getOIDCClientInformation

        com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation()
        Returns the registered client information for the client_id in the authorisation request.
        Returns:
        The registered client information.
      • getRawRequest

        com.nimbusds.oauth2.sdk.AuthorizationRequest getRawRequest()
        Returns the original raw OAuth 2.0 authorisation / OpenID authentication request, as received at the authorisation endpoint and prior to any JAR unwrapping / resolution if JWT-secured.
        Returns:
        The raw request.