Interface ReadOnlyAuthorizationServerEndpointMetadata

    • Method Detail

      • getAuthorizationEndpointURI

        URI getAuthorizationEndpointURI()
        Gets the authorisation endpoint URI. Corresponds the authorization_endpoint metadata field.
        Returns:
        The authorisation endpoint URI, null if not specified.
      • getTokenEndpointURI

        URI getTokenEndpointURI()
        Gets the token endpoint URI. Corresponds the token_endpoint metadata field.
        Returns:
        The token endpoint URI, null if not specified.
      • getRegistrationEndpointURI

        URI getRegistrationEndpointURI()
        Gets the client registration endpoint URI. Corresponds to the registration_endpoint metadata field.
        Returns:
        The client registration endpoint URI, null if not specified.
      • getIntrospectionEndpointURI

        URI getIntrospectionEndpointURI()
        Gets the token introspection endpoint URI. Corresponds to the introspection_endpoint metadata field.
        Returns:
        The token introspection endpoint URI, null if not specified.
      • getRevocationEndpointURI

        URI getRevocationEndpointURI()
        Gets the token revocation endpoint URI. Corresponds to the revocation_endpoint metadata field.
        Returns:
        The token revocation endpoint URI, null if not specified.
      • getRequestObjectEndpoint

        @Deprecated
        URI getRequestObjectEndpoint()
        Deprecated.
        Gets the request object endpoint. Corresponds to the request_object_endpoint metadata field.
        Returns:
        The request object endpoint, null if not specified.
      • getPushedAuthorizationRequestEndpointURI

        URI getPushedAuthorizationRequestEndpointURI()
        Gets the pushed authorisation request endpoint. Corresponds to the pushed_authorization_request_endpoint metadata field.
        Returns:
        The pushed authorisation request endpoint, null if not specified.
      • getDeviceAuthorizationEndpointURI

        URI getDeviceAuthorizationEndpointURI()
        Gets the device authorization endpoint URI. Corresponds the device_authorization_endpoint metadata field.
        Returns:
        The device authorization endpoint URI, null if not specified.
      • getBackChannelAuthenticationEndpoint

        URI getBackChannelAuthenticationEndpoint()
        Gets the back-channel authentication endpoint URI. Corresponds the backchannel_authentication_endpoint metadata field.
        Returns:
        The back-channel authentication endpoint URI, null if not specified.
      • toJSONObject

        net.minidev.json.JSONObject toJSONObject()
        Returns the JSON object representation of the metadata.
        Returns:
        The JSON object.