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 Detail

      • extract

        java.lang.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