public class AccessorInfoBuilder extends Object
| Constructor and Description |
|---|
AccessorInfoBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AccessorInfo |
create(OAuthResponseParams responseParams) |
void |
setAccessToken(String accessToken) |
void |
setConsumer(OAuthStore.ConsumerInfo consumer) |
void |
setMethod(AccessorInfo.HttpMethod method) |
void |
setParameterLocation(AccessorInfo.OAuthParamLocation location) |
void |
setRequestToken(String requestToken) |
void |
setSessionHandle(String sessionHandle) |
void |
setTokenExpireMillis(long tokenExpireMillis) |
void |
setTokenSecret(String tokenSecret) |
public AccessorInfo create(OAuthResponseParams responseParams) throws OAuthRequestException
OAuthRequestExceptionpublic void setConsumer(OAuthStore.ConsumerInfo consumer)
public void setRequestToken(String requestToken)
public void setAccessToken(String accessToken)
public void setTokenSecret(String tokenSecret)
public void setParameterLocation(AccessorInfo.OAuthParamLocation location)
public void setMethod(AccessorInfo.HttpMethod method)
public void setSessionHandle(String sessionHandle)
public void setTokenExpireMillis(long tokenExpireMillis)
Copyright © 2007-2012. All Rights Reserved.