public class ClientSettings extends Object
| Constructor and Description |
|---|
ClientSettings() |
ClientSettings(String accessTokenEndPoint,
String oauthKey,
String oauthSecret,
String authorizationURL,
String step,
String requestURL) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getAccessTokenEndPoint() |
String |
getAuthorizationURL() |
String |
getAuthorizationURLComplete() |
String |
getOauthKey() |
String |
getOauthSecret() |
String |
getRequestURL() |
String |
getStep() |
boolean |
isImplicitGrant() |
void |
setAccessToken(String accessToken) |
void |
setAccessTokenEndPoint(String accessTokenEndPoint) |
void |
setAuthorizationURL(String authorizationURL) |
void |
setAuthorizationURLComplete(String authorizationURLComplete) |
void |
setImplicitGrant(boolean implicitGrant) |
void |
setOauthKey(String oauthKey) |
void |
setOauthSecret(String oauthSecret) |
void |
setRequestURL(String requestURL) |
void |
setStep(String step) |
public String getAccessTokenEndPoint()
public void setAccessTokenEndPoint(String accessTokenEndPoint)
accessTokenEndPoint - the accessTokenEndPoint to setpublic String getOauthKey()
public void setOauthKey(String oauthKey)
oauthKey - the oauthKey to setpublic String getOauthSecret()
public void setOauthSecret(String oauthSecret)
oauthSecret - the oauthSecret to setpublic String getAuthorizationURL()
public void setAuthorizationURL(String authorizationURL)
authorizationURL - the authorizationURL to setpublic String getStep()
public void setStep(String step)
step - the step to setpublic String getRequestURL()
public void setRequestURL(String requestURL)
requestURL - the requestURL to setpublic boolean isImplicitGrant()
public void setImplicitGrant(boolean implicitGrant)
implicitGrant - the implicitGrant to setpublic String getAuthorizationURLComplete()
public void setAuthorizationURLComplete(String authorizationURLComplete)
authorizationURLComplete - the authorizationURLComplete to setpublic String getAccessToken()
public void setAccessToken(String accessToken)
accessToken - the accessToken to setCopyright © 2012–2014 SURFnet bv, The Netherlands. All rights reserved.