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
    Extracts an url-encoded base string from the OAuthRequest.
  • Method Details

    • extract

      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