public class AuthorizationResponse extends OAuthResponse
location, statusCode| Constructor and Description |
|---|
AuthorizationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
asJSON()
Represent the message as JSON
|
String |
asQueryParams()
Represent the message as Query Parameters
|
String |
getCode() |
String |
getResponseMessage() |
String |
getState() |
AuthorizationResponse |
setCode(String code) |
AuthorizationResponse |
setResponseMessage(String responseMessage) |
AuthorizationResponse |
setState(String state) |
getLocation, getStatusCode, setLocation, setStatusCodeencode, getObjectMapperpublic String getCode()
public AuthorizationResponse setCode(String code)
public String getState()
public AuthorizationResponse setState(String state)
public String getResponseMessage()
public AuthorizationResponse setResponseMessage(String responseMessage)
public String asQueryParams()
OAuthMessageasQueryParams in class OAuthMessagepublic String asJSON()
OAuthMessageasJSON in class OAuthMessageCopyright © 2013 JBoss Inc.. All Rights Reserved.