Package org.scribe.extractors
Class BaseStringExtractorImpl
java.lang.Object
org.scribe.extractors.BaseStringExtractorImpl
- All Implemented Interfaces:
BaseStringExtractor
Default implementation of
BaseStringExtractor. Conforms to OAuth 1.0a-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(OAuthRequest request) Extracts an url-encoded base string from theOAuthRequest.
-
Constructor Details
-
BaseStringExtractorImpl
public BaseStringExtractorImpl()
-
-
Method Details
-
extract
Extracts an url-encoded base string from theOAuthRequest. See the oauth spec for more info on this.- Specified by:
extractin interfaceBaseStringExtractor- Parameters:
request- the OAuthRequest- Returns:
- the url-encoded base string
-