Class RevocationRequestHandler.Params

    • Constructor Detail

      • Params

        public Params()
    • Method Detail

      • getParameters

        public javax.ws.rs.core.MultivaluedMap<String,​String> getParameters()
        Get the request parameters of the revocation request.
        Returns:
        The request parameters.
      • setParameters

        public RevocationRequestHandler.Params setParameters​(javax.ws.rs.core.MultivaluedMap<String,​String> parameters)
        Set the request parameters of the revocation request.
        Parameters:
        parameters - The request parameters.
        Returns:
        this object.
      • getAuthorization

        public String getAuthorization()
        Get the value of the Authorization header in the revocation request. A pair of client ID and client secret is embedded there when the client authentication method is client_secret_basic.
        Returns:
        The value of the Authorization header.
      • setAuthorization

        public RevocationRequestHandler.Params setAuthorization​(String authorization)
        Set the value of the Authorization header in the revocation request. A pair of client ID and client secret is embedded there when the client authentication method is client_secret_basic.
        Parameters:
        authorization - The value of the Authorization header.
        Returns:
        this object.
      • getClientAttestationPop

        public String getClientAttestationPop()
        Get the value of the OAuth-Client-Attestation-PoP HTTP header.
        Returns:
        The value of the OAuth-Client-Attestation-PoP HTTP header.
        Since:
        Authlete 3.0
        See Also:
        OAuth 2.0 Attestation-Based Client Authentication