org.surfnet.oaaas.web
Class ClientSettings
java.lang.Object
org.surfnet.oaaas.web.ClientSettings
public class ClientSettings
- extends Object
Form object for the test page
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientSettings
public ClientSettings()
ClientSettings
public ClientSettings(String accessTokenEndPoint,
String oauthKey,
String oauthSecret,
String authorizationURL,
String step,
String requestURL)
getAccessTokenEndPoint
public String getAccessTokenEndPoint()
- Returns:
- the accessTokenEndPoint
setAccessTokenEndPoint
public void setAccessTokenEndPoint(String accessTokenEndPoint)
- Parameters:
accessTokenEndPoint - the accessTokenEndPoint to set
getOauthKey
public String getOauthKey()
- Returns:
- the oauthKey
setOauthKey
public void setOauthKey(String oauthKey)
- Parameters:
oauthKey - the oauthKey to set
getOauthSecret
public String getOauthSecret()
- Returns:
- the oauthSecret
setOauthSecret
public void setOauthSecret(String oauthSecret)
- Parameters:
oauthSecret - the oauthSecret to set
getAuthorizationURL
public String getAuthorizationURL()
- Returns:
- the authorizationURL
setAuthorizationURL
public void setAuthorizationURL(String authorizationURL)
- Parameters:
authorizationURL - the authorizationURL to set
getStep
public String getStep()
- Returns:
- the step
setStep
public void setStep(String step)
- Parameters:
step - the step to set
getRequestURL
public String getRequestURL()
- Returns:
- the requestURL
setRequestURL
public void setRequestURL(String requestURL)
- Parameters:
requestURL - the requestURL to set
isImplicitGrant
public boolean isImplicitGrant()
- Returns:
- the implicitGrant
setImplicitGrant
public void setImplicitGrant(boolean implicitGrant)
- Parameters:
implicitGrant - the implicitGrant to set
getAuthorizationURLComplete
public String getAuthorizationURLComplete()
- Returns:
- the authorizationURLComplete
setAuthorizationURLComplete
public void setAuthorizationURLComplete(String authorizationURLComplete)
- Parameters:
authorizationURLComplete - the authorizationURLComplete to set
getAccessToken
public String getAccessToken()
- Returns:
- the accessToken
setAccessToken
public void setAccessToken(String accessToken)
- Parameters:
accessToken - the accessToken to set
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.