public class OAuthConsumer extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT_ENCODING
The name of the property whose value is the Accept-Encoding header in HTTP
requests.
|
static String |
ACCESSOR_SECRET
The name of the property whose value is the Accessor Secret.
|
String |
callbackURL |
String |
consumerKey |
String |
consumerSecret |
OAuthServiceProvider |
serviceProvider |
Constructor and Description |
---|
OAuthConsumer(String callbackURL,
String consumerKey,
String consumerSecret,
OAuthServiceProvider serviceProvider) |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String name) |
void |
setProperty(String name,
Object value) |
public static final String ACCEPT_ENCODING
public static final String ACCESSOR_SECRET
public final String callbackURL
public final String consumerKey
public final String consumerSecret
public final OAuthServiceProvider serviceProvider
public OAuthConsumer(String callbackURL, String consumerKey, String consumerSecret, OAuthServiceProvider serviceProvider)
Copyright © 2008–2017 Province of British Columbia. All rights reserved.