oauthP5.oauth
Interface BaseStringExtractor

All Known Implementing Classes:
BaseStringExtractorImpl, OpenPathsApi.OpenPathsBaseStringExtractor

public interface BaseStringExtractor

Simple command object that extracts a base string from a OAuthRequest

Author:
Pablo Fernandez

Method Summary
 String extract(OAuthRequest request)
          Extracts an url-encoded base string from the OAuthRequest.
 

Method Detail

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


Processing library oauthP5 by New York Times R&D Lab. (c) 2012