net.smartam.leeloo.ext.dynamicreg.server.response
Class OAuthServerRegistrationResponse

java.lang.Object
  extended by net.smartam.leeloo.common.message.OAuthResponse
      extended by net.smartam.leeloo.as.response.OAuthASResponse
          extended by net.smartam.leeloo.ext.dynamicreg.server.response.OAuthServerRegistrationResponse
All Implemented Interfaces:
OAuthMessage

public class OAuthServerRegistrationResponse
extends OAuthASResponse

Author:
Maciej Machulak, Lukasz Moren

Nested Class Summary
static class OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
           
 
Nested classes/interfaces inherited from class net.smartam.leeloo.as.response.OAuthASResponse
OAuthASResponse.OAuthAuthorizationResponseBuilder, OAuthASResponse.OAuthTokenResponseBuilder
 
Nested classes/interfaces inherited from class net.smartam.leeloo.common.message.OAuthResponse
OAuthResponse.OAuthErrorResponseBuilder, OAuthResponse.OAuthResponseBuilder
 
Field Summary
 
Fields inherited from class net.smartam.leeloo.common.message.OAuthResponse
body, headers, responseStatus, uri
 
Constructor Summary
protected OAuthServerRegistrationResponse(String url, int responseStatus)
           
 
Method Summary
static OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder status(int code)
           
 
Methods inherited from class net.smartam.leeloo.as.response.OAuthASResponse
authorizationResponse, tokenResponse
 
Methods inherited from class net.smartam.leeloo.common.message.OAuthResponse
addHeader, errorResponse, getBody, getHeader, getHeaders, getLocationUri, getResponseStatus, setBody, setHeaders, setLocationUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthServerRegistrationResponse

protected OAuthServerRegistrationResponse(String url,
                                          int responseStatus)
Method Detail

status

public static OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder status(int code)


Copyright © 2010. All Rights Reserved.