Zend_Oauth_HttpLocated in /Oauth/Http.php (line 34)
void
__construct
(Zend_Oauth_Consumer $consumer, [ $parameters = null], [Zend_Oauth_Http_Utility $utility = null])
string
$_consumer
= null (line 49)
Reference to the Zend_Oauth_Consumer instance in use.
Zend_Oauth_Http_Utility
$_httpUtility
= null (line 72)
Instance of the general Zend_Oauth_Http_Utility class.
array
$_parameters
= array() (line 42)
Array of all custom service parameters to be sent in the HTTP request in addition to the usual OAuth parameters.
string
$_preferredRequestMethod
= Zend_Oauth::POST (line 65)
Request Method for the HTTP Request.
string
$_preferredRequestScheme
= null (line 58)
OAuth specifies three request methods, this holds the current preferred one which by default uses the Authorization Header approach for passing OAuth parameters, and a POST body for non-OAuth custom parameters.
Constructor __construct (line 82)
Constructor
getMethod (line 120)
Preferred HTTP request method accessor.
getParameters (line 142)
Accessor for an array of custom parameters.
getRequestSchemeQueryStringClient (line 204)
Return an instance of Zend_Http_Client configured to use the Query String scheme for an OAuth driven HTTP request.
setMethod (line 105)
Set a preferred HTTP request method.
setParameters (line 131)
Mutator to set an array of custom parameters for the HTTP request.
startRequestCycle (line 169)
Commence a request cycle where the current HTTP method and OAuth request scheme set an upper preferred HTTP request style and where failures generate a new HTTP request style further down the OAuth preference list for OAuth Request Schemes.
On success, return the Request object that results for processing.
_assessRequestAttempt (line 223)
Manages the switch from OAuth request scheme to another lower preference scheme during a request cycle.
_toAuthorizationHeader (line 251)
Generates a valid OAuth Authorization header based on the provided parameters and realm.
Documentation generated on Mon, 21 Jun 2010 15:27:36 -0400 by phpDocumentor 1.4.3