public class Config extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
BUILT_IN_PROVIDERS |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTokenUrl() |
String |
getAccessType() |
String |
getAuthorizationUrl() |
String |
getAuthUrl() |
String |
getKey() |
String |
getProfileUrl() |
String |
getProvider() |
String |
getRequestTokenUrl() |
String |
getScope() |
String |
getSecret() |
static Config |
load(String provider) |
static void |
main(String[] args) |
void |
setAccessTokenUrl(String accessTokenUrl) |
void |
setAccessType(String accessType) |
void |
setAuthorizationUrl(String authorizationUrl) |
void |
setKey(String key) |
void |
setProfileUrl(String profileUrl) |
void |
setProvider(String provider) |
void |
setRequestTokenUrl(String requestTokenUrl) |
void |
setScope(String scope) |
void |
setSecret(String secret) |
String |
toString() |
public Config(Config copy)
public void setProvider(String provider)
public String getProvider()
public String getScope()
public void setScope(String scope)
public String getAuthUrl()
public void setAuthorizationUrl(String authorizationUrl)
public String getRequestTokenUrl()
public void setRequestTokenUrl(String requestTokenUrl)
public String getAccessTokenUrl()
public void setAccessTokenUrl(String accessTokenUrl)
public String getAuthorizationUrl()
public String getProfileUrl()
public void setProfileUrl(String profileUrl)
public String getKey()
public void setKey(String key)
public String getSecret()
public void setSecret(String secret)
public String getAccessType()
public void setAccessType(String accessType)
public static void main(String[] args)
Copyright © 2016–2018 ActFramework. All rights reserved.