net.smartam.leeloo.as.response
Class OAuthASResponse

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

public class OAuthASResponse
extends OAuthResponse

Author:
Maciej Machulak, Lukasz Moren

Nested Class Summary
static class OAuthASResponse.OAuthAuthorizationResponseBuilder
           
static class 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 OAuthASResponse(String uri, int responseStatus)
           
 
Method Summary
static OAuthASResponse.OAuthAuthorizationResponseBuilder authorizationResponse(int code)
           
static OAuthASResponse.OAuthTokenResponseBuilder tokenResponse(int code)
           
 
Methods inherited from class net.smartam.leeloo.common.message.OAuthResponse
addHeader, errorResponse, getBody, getHeader, getHeaders, getLocationUri, getResponseStatus, setBody, setHeaders, setLocationUri, status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthASResponse

protected OAuthASResponse(String uri,
                          int responseStatus)
Method Detail

authorizationResponse

public static OAuthASResponse.OAuthAuthorizationResponseBuilder authorizationResponse(int code)

tokenResponse

public static OAuthASResponse.OAuthTokenResponseBuilder tokenResponse(int code)


Copyright © 2010. All Rights Reserved.