org.surfnet.oaaas.web
Class ClientSettings

java.lang.Object
  extended by org.surfnet.oaaas.web.ClientSettings

public class ClientSettings
extends Object

Form object for the test page


Constructor Summary
ClientSettings()
           
ClientSettings(String accessTokenEndPoint, String oauthKey, String oauthSecret, String authorizationURL, String step, String requestURL)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSettings

public ClientSettings()

ClientSettings

public ClientSettings(String accessTokenEndPoint,
                      String oauthKey,
                      String oauthSecret,
                      String authorizationURL,
                      String step,
                      String requestURL)
Method Detail

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.