public class OAuthProxyRequest extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ACCESS_TOKEN_URL |
static String |
DEFAULT_AUTHORIZATION_URL |
static String |
DEFAULT_REQUEST_TOKEN_URL |
static String |
DEFAULT_SERVICE_NAME |
static String |
DEFAULT_USE_TOKEN |
| Constructor and Description |
|---|
OAuthProxyRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcessTokenUrl()
Retrieves the value of the access token url.
|
String |
getAuthorizationUrl()
Retrieves the value of the authorization url.
|
String |
getDesiredCallbackUrl()
Retrieves the value of the desired callback url.
|
String |
getReceivedCallbackUrl()
Retrieves the value of the received callback url.
|
String |
getRequestTokenUrl()
Retrieves the value of the request token url.
|
String |
getScope()
Retrieves the scope of the request.
|
String |
getServiceName()
Retrieves the service name.
|
String |
getState()
Retrieves the OAuth State.
|
String |
getTokenName()
Retrieves the token name.
|
String |
getUseToken()
Retrieves the "use token" parameter.
|
void |
setAccessTokenUrl(String value)
Sets the value of the access token url.
|
void |
setAuthorizationUrl(String value)
Sets the value of the authorization url.
|
void |
setDesiredCallbackUrl(String value)
Sets the value of the desired callback url.
|
void |
setReceivedCallbackUrl(String value)
Sets the value of the received callback url.
|
void |
setRequestTokenUrl(String value)
Sets the value of the request token url.
|
void |
setScope(String value)
Sets the scope of the request.
|
void |
setServiceName(String value)
Sets the service name.
|
void |
setState(String value)
Sets the OAuth State.
|
void |
setTokenName(String value)
Sets the token name.
|
void |
setUseToken(String value)
Sets the "use token" parameter.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic static final String DEFAULT_ACCESS_TOKEN_URL
public static final String DEFAULT_AUTHORIZATION_URL
public static final String DEFAULT_REQUEST_TOKEN_URL
public static final String DEFAULT_SERVICE_NAME
public static final String DEFAULT_USE_TOKEN
public String getAcessTokenUrl()
public void setAccessTokenUrl(String value)
public String getAuthorizationUrl()
public void setAuthorizationUrl(String value)
public String getDesiredCallbackUrl()
public void setDesiredCallbackUrl(String value)
public String getReceivedCallbackUrl()
public void setReceivedCallbackUrl(String value)
public String getRequestTokenUrl()
setScope(String).public void setRequestTokenUrl(String value)
setScope(String).public String getScope()
public void setScope(String value)
public String getServiceName()
public void setServiceName(String value)
public String getState()
public void setState(String value)
public String getTokenName()
public void setTokenName(String value)
public String getUseToken()
public void setUseToken(String value)
Copyright © 2012. All Rights Reserved.