net.smartam.leeloo.ext.dynamicreg.client.request
Class OAuthClientRegistrationRequest

java.lang.Object
  extended by net.smartam.leeloo.client.request.OAuthClientRequest
      extended by net.smartam.leeloo.ext.dynamicreg.client.request.OAuthClientRegistrationRequest
All Implemented Interfaces:
OAuthMessage

public class OAuthClientRegistrationRequest
extends OAuthClientRequest

OAuth Registration Request

Author:
Maciej Machulak, Lukasz Moren

Nested Class Summary
static class OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder
           
 
Nested classes/interfaces inherited from class net.smartam.leeloo.client.request.OAuthClientRequest
OAuthClientRequest.AuthenticationRequestBuilder, OAuthClientRequest.OAuthRequestBuilder, OAuthClientRequest.TokenRequestBuilder
 
Field Summary
 
Fields inherited from class net.smartam.leeloo.client.request.OAuthClientRequest
body, headers, url
 
Constructor Summary
protected OAuthClientRegistrationRequest(String url)
           
 
Method Summary
static OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder location(String url, String type)
           
 
Methods inherited from class net.smartam.leeloo.client.request.OAuthClientRequest
addHeader, authorizationLocation, getBody, getHeader, getHeaders, getLocationUri, setBody, setHeader, setHeaders, setLocationUri, tokenLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthClientRegistrationRequest

protected OAuthClientRegistrationRequest(String url)
Method Detail

location

public static OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder location(String url,
                                                                                      String type)


Copyright © 2010. All Rights Reserved.