Interface ReadOnlyOIDCProviderEndpointMetadata

    • Method Detail

      • getUserInfoEndpointURI

        URI getUserInfoEndpointURI()
        Gets the UserInfo endpoint URI. Corresponds the userinfo_endpoint metadata field.
        Returns:
        The UserInfo endpoint URI, null if not specified.
      • getCheckSessionIframeURI

        URI getCheckSessionIframeURI()
        Gets the cross-origin check session iframe URI. Corresponds to the check_session_iframe metadata field.
        Returns:
        The check session iframe URI, null if not specified.
      • getEndSessionEndpointURI

        URI getEndSessionEndpointURI()
        Gets the logout endpoint URI. Corresponds to the end_session_endpoint metadata field.
        Returns:
        The logoout endpoint URI, null if not specified.
      • getFederationRegistrationEndpointURI

        URI getFederationRegistrationEndpointURI()
        Gets the federation registration endpoint URI. Corresponds to the federation_registration_endpoint metadata field.
        Returns:
        The federation registration endpoint URI, null if not specified.