Class HeaderExtractorImpl

    • Constructor Detail

      • HeaderExtractorImpl

        public HeaderExtractorImpl()
    • Method Detail

      • extract

        public String extract​(OAuthRequest request)
        Generates an OAuth 'Authorization' Http header to include in requests as the signature.
        Specified by:
        extract in interface HeaderExtractor
        Parameters:
        request - the AbstractRequest to inspect and generate the header
        Returns:
        the Http header value