nl.surfnet.mujina.controllers
Class ApiSettings
java.lang.Object
nl.surfnet.mujina.controllers.ApiSettings
public class ApiSettings
- extends Object
Backing form object for all Oauth calls from the Test Framework
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApiSettings
public ApiSettings()
getCount
public int getCount()
setCount
public void setCount(int count)
getStartIndex
public int getStartIndex()
setStartIndex
public void setStartIndex(int startIndex)
getSortBy
public String getSortBy()
setSortBy
public void setSortBy(String sortBy)
getRequestToken
public org.scribe.model.Token getRequestToken()
setRequestToken
public void setRequestToken(org.scribe.model.Token requestToken)
getStep
public String getStep()
setStep
public void setStep(String step)
getAuthorizationURL
public String getAuthorizationURL()
setAuthorizationURL
public void setAuthorizationURL(String authorizationURL)
getOauthKey
public String getOauthKey()
setOauthKey
public void setOauthKey(String oauthKey)
getOauthSecret
public String getOauthSecret()
setOauthSecret
public void setOauthSecret(String oauthSecret)
isTwoLegged
public boolean isTwoLegged()
isTwoLeggedOauth
public boolean isTwoLeggedOauth()
isOAuth10a
public boolean isOAuth10a()
setTwoLegged
public void setTwoLegged(boolean twoLegged)
getRequestTokenEndPoint
public String getRequestTokenEndPoint()
setRequestTokenEndPoint
public void setRequestTokenEndPoint(String requestTokenEndPoint)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getAccessTokenEndPoint
public String getAccessTokenEndPoint()
setAccessTokenEndPoint
public void setAccessTokenEndPoint(String accessTokenEndPoint)
getAccessTokenEndPoint2
public String getAccessTokenEndPoint2()
setAccessTokenEndPoint2
public void setAccessTokenEndPoint2(String accessTokenEndPoint2)
isImplicitGrant
public boolean isImplicitGrant()
isImplicitGrantOauth
public boolean isImplicitGrantOauth()
setImplicitGrant
public void setImplicitGrant(boolean implicitGrant)
getAuthorizationURL2
public String getAuthorizationURL2()
setAuthorizationURL2
public void setAuthorizationURL2(String authorizationURL2)
getRequestURL
public String getRequestURL()
setRequestURL
public void setRequestURL(String requestURL)
getParseAnchorForAccesstoken
public String getParseAnchorForAccesstoken()
setParseAnchorForAccesstoken
public void setParseAnchorForAccesstoken(String parseAnchorForAccesstoken)
isQueryParameters
public boolean isQueryParameters()
- Returns:
- the queryParameters
setQueryParameters
public void setQueryParameters(boolean queryParameters)
- Parameters:
queryParameters - the queryParameters to set
getAccessTokenRequestOption
public String getAccessTokenRequestOption()
- Returns:
- the accessTokenRequestOption
setAccessTokenRequestOption
public void setAccessTokenRequestOption(String accessTokenRequestOption)
- Parameters:
accessTokenRequestOption - the accessTokenRequestOption to set
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.