Interface HeaderExtractor
- All Known Implementing Classes:
HeaderExtractorImpl
public interface HeaderExtractor
Simple command object that generates an OAuth Authorization header to include in the request.
-
Method Summary
Modifier and Type Method Description java.lang.Stringextract(OAuthRequest request)Generates an OAuth 'Authorization' Http header to include in requests as the signature.
-
Method Details
-
extract
Generates an OAuth 'Authorization' Http header to include in requests as the signature.- Parameters:
request- the AbstractRequest to inspect and generate the header- Returns:
- the Http header value
-