oauthP5.oauth
Interface HeaderExtractor

All Known Implementing Classes:
HeaderExtractorImpl

public interface HeaderExtractor

Simple command object that generates an OAuth Authorization header to include in the request.

Author:
Pablo Fernandez

Method Summary
 String extract(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 OAuthRequest to inspect and generate the header
Returns:
the Http header value


Processing library oauthP5 by New York Times R&D Lab. (c) 2012