public class BaseStringExtractorImpl extends Object implements BaseStringExtractor
BaseStringExtractor. Conforms to OAuth 1.0a| Modifier and Type | Field and Description |
|---|---|
protected static String |
AMPERSAND_SEPARATED_STRING |
| Constructor and Description |
|---|
BaseStringExtractorImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkPreconditions(OAuthRequest request) |
String |
extract(OAuthRequest request)
Extracts an url-encoded base string from the
OAuthRequest. |
protected String |
getSortedAndEncodedParams(OAuthRequest request) |
protected String |
getUrl(OAuthRequest request) |
protected String |
getVerb(OAuthRequest request) |
protected static final String AMPERSAND_SEPARATED_STRING
public String extract(OAuthRequest request)
OAuthRequest.
See the oauth spec for more info on this.extract in interface BaseStringExtractorrequest - the OAuthRequestprotected String getVerb(OAuthRequest request)
protected String getUrl(OAuthRequest request)
protected String getSortedAndEncodedParams(OAuthRequest request)
protected void checkPreconditions(OAuthRequest request)
Copyright © 2017. All rights reserved.