com.nimbusds.openid.connect.sdk.rp
Class OIDCClientRegistrationResponseParser

java.lang.Object
  extended by com.nimbusds.openid.connect.sdk.rp.OIDCClientRegistrationResponseParser

@Immutable
public class OIDCClientRegistrationResponseParser
extends Object

Parser of OpenID Connect client registration response messages.

Related specifications:

Author:
Vladimir Dzhuvinov

Method Summary
static ClientRegistrationResponse parse(HTTPResponse httpResponse)
          Parses an OpenID Connect client registration response from the specified HTTP response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.


Copyright © 2013 NimbusDS. All Rights Reserved.