org.apache.oltu.oauth2.ext.dynamicreg.client
Class OAuthRegistrationClient

java.lang.Object
  extended by org.apache.oltu.oauth2.client.OAuthClient
      extended by org.apache.oltu.oauth2.ext.dynamicreg.client.OAuthRegistrationClient

public class OAuthRegistrationClient
extends OAuthClient


Field Summary
 
Fields inherited from class org.apache.oltu.oauth2.client.OAuthClient
httpClient
 
Constructor Summary
OAuthRegistrationClient(HttpClient oauthClient)
           
 
Method Summary
 OAuthClientRegistrationResponse clientInfo(OAuthClientRequest request)
           
 
Methods inherited from class org.apache.oltu.oauth2.client.OAuthClient
accessToken, accessToken, accessToken, accessToken, resource, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthRegistrationClient

public OAuthRegistrationClient(HttpClient oauthClient)
Method Detail

clientInfo

public OAuthClientRegistrationResponse clientInfo(OAuthClientRequest request)
                                           throws IOException,
                                                  OAuthSystemException,
                                                  OAuthProblemException
Throws:
IOException
OAuthSystemException
OAuthProblemException


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.