Interface BaseStringExtractor

All Known Implementing Classes:
BaseStringExtractorImpl

public interface BaseStringExtractor
Simple command object that extracts a base string from a OAuthRequest
  • Method Summary

    Modifier and Type Method Description
    java.lang.String extract​(OAuthRequest request)
    Extracts an url-encoded base string from the OAuthRequest.
  • Method Details

    • extract

      java.lang.String extract​(OAuthRequest request)
      Extracts an url-encoded base string from the OAuthRequest. See the oauth spec for more info on this.
      Parameters:
      request - the OAuthRequest
      Returns:
      the url-encoded base string