public class OAuthProperties extends Object
| Constructor and Description |
|---|
OAuthProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getApiSecretKey() |
String |
getOAuthEnabled() |
boolean |
isOAuthEnabled() |
void |
setApiKey(String apiKey) |
void |
setApiSecretKey(String apiSecretKey) |
void |
setIsOAuthEnabled() |
void |
setOAuthEnabled(String oAuthEnabled) |
public String getOAuthEnabled()
public void setOAuthEnabled(String oAuthEnabled)
oAuthEnabled - the oAuthEnabled to setpublic boolean isOAuthEnabled()
public void setIsOAuthEnabled()
isOAuthEnabled - the isOAuthEnabled to setpublic String getApiKey()
public void setApiKey(String apiKey)
apiKey - the apiKey to setpublic String getApiSecretKey()
public void setApiSecretKey(String apiSecretKey)
apiSecretKey - the apiSecretKey to setCopyright © 2005–2016 Alfresco Software. All rights reserved.