net.smartam.leeloo.as.response
Class OAuthASResponse
java.lang.Object
net.smartam.leeloo.common.message.OAuthResponse
net.smartam.leeloo.as.response.OAuthASResponse
- All Implemented Interfaces:
- OAuthMessage
public class OAuthASResponse
- extends OAuthResponse
- Author:
- Maciej Machulak, Lukasz Moren
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 |
OAuthASResponse
protected OAuthASResponse(String uri,
int responseStatus)
authorizationResponse
public static OAuthASResponse.OAuthAuthorizationResponseBuilder authorizationResponse(int code)
tokenResponse
public static OAuthASResponse.OAuthTokenResponseBuilder tokenResponse(int code)
Copyright © 2010. All Rights Reserved.