net.smartam.leeloo.as.response
Class OAuthASResponse.OAuthAuthorizationResponseBuilder
java.lang.Object
net.smartam.leeloo.common.message.OAuthResponse.OAuthResponseBuilder
net.smartam.leeloo.as.response.OAuthASResponse.OAuthAuthorizationResponseBuilder
- Enclosing class:
- OAuthASResponse
public static class OAuthASResponse.OAuthAuthorizationResponseBuilder
- extends OAuthResponse.OAuthResponseBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthASResponse.OAuthAuthorizationResponseBuilder
public OAuthASResponse.OAuthAuthorizationResponseBuilder(int responseCode)
setState
public OAuthASResponse.OAuthAuthorizationResponseBuilder setState(String state)
setCode
public OAuthASResponse.OAuthAuthorizationResponseBuilder setCode(String code)
setAccessToken
public OAuthASResponse.OAuthAuthorizationResponseBuilder setAccessToken(String token)
setExpiresIn
public OAuthASResponse.OAuthAuthorizationResponseBuilder setExpiresIn(String expiresIn)
location
public OAuthASResponse.OAuthAuthorizationResponseBuilder location(String location)
- Overrides:
location
in class OAuthResponse.OAuthResponseBuilder
setParam
public OAuthASResponse.OAuthAuthorizationResponseBuilder setParam(String key,
String value)
- Overrides:
setParam
in class OAuthResponse.OAuthResponseBuilder
Copyright © 2010. All Rights Reserved.