Interface HeaderExtractor
-
- All Known Implementing Classes:
HeaderExtractorImpl
public interface HeaderExtractorSimple command object that generates an OAuth Authorization header to include in the request.
-
-
Method Summary
Modifier and Type Method Description Stringextract(OAuthRequest request)Generates an OAuth 'Authorization' Http header to include in requests as the signature.
-
-
-
Method Detail
-
extract
String extract(OAuthRequest request)
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
-
-