Interface BaseStringExtractor
- All Known Implementing Classes:
BaseStringExtractorImpl
public interface BaseStringExtractor
Simple command object that extracts a base string from a
OAuthRequest-
Method Summary
Modifier and Type Method Description java.lang.Stringextract(OAuthRequest request)Extracts an url-encoded base string from theOAuthRequest.
-
Method Details
-
extract
Extracts an url-encoded base string from theOAuthRequest. See the oauth spec for more info on this.- Parameters:
request- the OAuthRequest- Returns:
- the url-encoded base string
-