Class HeaderExtractorImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String extract​(OAuthRequest request)
      Generates an OAuth 'Authorization' Http header to include in requests as the signature.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • HeaderExtractorImpl

        public HeaderExtractorImpl()
    • Method Detail

      • extract

        public java.lang.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 OAuthRequest to inspect and generate the header
        Returns:
        the Http header value