public class AuthorizationRequest extends OAuthRequest
Constructor and Description |
---|
AuthorizationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
asJSON()
Represent the message as JSON
|
String |
asQueryParams()
Represent the message as Query Parameters
|
String |
getClientId() |
String |
getLocation() |
String |
getRedirectUri() |
String |
getResponseType() |
String |
getScope() |
String |
getState() |
AuthorizationRequest |
setClientId(String clientId) |
AuthorizationRequest |
setLocation(String location) |
AuthorizationRequest |
setRedirectUri(String redirectURI) |
AuthorizationRequest |
setResponseType(String responseType) |
AuthorizationRequest |
setScope(String scope) |
AuthorizationRequest |
setState(String state) |
encode, getObjectMapper
public String getResponseType()
public AuthorizationRequest setResponseType(String responseType)
public String getClientId()
public AuthorizationRequest setClientId(String clientId)
public String getRedirectUri()
public AuthorizationRequest setRedirectUri(String redirectURI)
public String getScope()
public AuthorizationRequest setScope(String scope)
public String getState()
public AuthorizationRequest setState(String state)
public String getLocation()
public AuthorizationRequest setLocation(String location)
public String asJSON()
OAuthMessage
asJSON
in class OAuthMessage
public String asQueryParams()
OAuthMessage
asQueryParams
in class OAuthMessage
Copyright © 2018. All rights reserved.