net.smartam.leeloo.ext.dynamicreg.client.response
Class OAuthClientRegistrationResponse
java.lang.Object
net.smartam.leeloo.client.response.OAuthClientResponse
net.smartam.leeloo.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
public class OAuthClientRegistrationResponse
- extends OAuthClientResponse
- Author:
- Maciej Machulak, Lukasz Moren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthClientRegistrationResponse
public OAuthClientRegistrationResponse()
init
protected void init(String body,
String contentType,
int responseCode)
throws OAuthProblemException
- Overrides:
init
in class OAuthClientResponse
- Throws:
OAuthProblemException
getParam
public String getParam(String param)
- Specified by:
getParam
in class OAuthClientResponse
setBody
protected void setBody(String body)
throws OAuthProblemException
- Specified by:
setBody
in class OAuthClientResponse
- Throws:
OAuthProblemException
setResponseCode
protected void setResponseCode(int responseCode)
- Specified by:
setResponseCode
in class OAuthClientResponse
setContentType
protected void setContentType(String contentType)
- Specified by:
setContentType
in class OAuthClientResponse
getClientId
public String getClientId()
getClientSecret
public String getClientSecret()
getIssuedAt
public String getIssuedAt()
getExpiresIn
public String getExpiresIn()
Copyright © 2010. All Rights Reserved.