Class OIDCClientRegistrationResponseParser


  • @Immutable
    public class OIDCClientRegistrationResponseParser
    extends Object
    Parser of OpenID Connect client registration response messages.

    Related specifications:

    • OpenID Connect Dynamic Client Registration 1.0, section 3.2 and 3.3.
    • OAuth 2.0 Dynamic Client Registration Protocol (RFC 7591), sections 2 and 3.2.
    • Method Detail

      • parse

        public static ClientRegistrationResponse parse​(HTTPResponse httpResponse)
                                                throws ParseException
        Parses an OpenID Connect client registration response from the specified HTTP response.
        Parameters:
        httpResponse - The HTTP response. Must not be null.
        Returns:
        The OpenID Connect client registration response.
        Throws:
        ParseException - If the HTTP response couldn't be parsed to an OpenID Connect client registration response.