public class RegistrationResponse extends OAuthResponse
OAuthResponse for Client Registrationlocation, statusCode| Constructor and Description |
|---|
RegistrationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
asJSON()
Represent the message as JSON
|
String |
asQueryParams()
Represent the message as Query Parameters
|
String |
getClientID() |
String |
getClientSecret() |
long |
getExpiresIn() |
String |
getIssued() |
RegistrationResponse |
setClientID(String clientID) |
RegistrationResponse |
setClientSecret(String clientSecret) |
RegistrationResponse |
setExpiresIn(long expiresIn) |
RegistrationResponse |
setIssued(String issuedAt) |
getLocation, getStatusCode, setLocation, setStatusCodeencode, getObjectMapperpublic String getClientID()
public RegistrationResponse setClientID(String clientID)
public String getClientSecret()
public RegistrationResponse setClientSecret(String clientSecret)
public String getIssued()
public RegistrationResponse setIssued(String issuedAt)
public long getExpiresIn()
public RegistrationResponse setExpiresIn(long expiresIn)
public String asQueryParams()
OAuthMessageasQueryParams in class OAuthMessagepublic String asJSON()
OAuthMessageasJSON in class OAuthMessageCopyright © 2013 JBoss Inc.. All Rights Reserved.