public class BaseStringExtractorImpl extends Object implements BaseStringExtractor
BaseStringExtractor. Conforms to OAuth 1.0a| Constructor and Description |
|---|
BaseStringExtractorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
extract(AbstractRequest request)
Extracts an url-encoded base string from the
AbstractRequest. |
public String extract(AbstractRequest request)
AbstractRequest.
See the oauth spec for more info on this.extract in interface BaseStringExtractorrequest - the OAuthRequestCopyright © 2015. All rights reserved.