com.nimbusds.openid.connect.sdk
Class OIDCClientRegistrationResponse

java.lang.Object
  extended by com.nimbusds.openid.connect.sdk.OIDCClientRegistrationResponse
All Implemented Interfaces:
Message, Response
Direct Known Subclasses:
OIDCClientDetailsResponse, OIDCClientRegistrationErrorResponse

public abstract class OIDCClientRegistrationResponse
extends Object
implements Response

The base abstract for OpenID Connect client registration responses.

Related specifications:

Version:
$version$ (2013-02-18)
Author:
Vladimir Dzhuvinov

Constructor Summary
OIDCClientRegistrationResponse()
           
 
Method Summary
static OIDCClientRegistrationResponse 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
 
Methods inherited from interface com.nimbusds.oauth2.sdk.Response
toHTTPResponse
 

Constructor Detail

OIDCClientRegistrationResponse

public OIDCClientRegistrationResponse()
Method Detail

parse

public static OIDCClientRegistrationResponse 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.