Element index for package HTTP_OAuth
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
_
- __call
- in file Request.php, method HTTP_OAuth_Consumer_Request::__call()
Call
- __call
- in file InvalidResponse.php, method HTTP_OAuth_Consumer_Exception_InvalidResponse::__call()
Call
- __call
- in file Response.php, method HTTP_OAuth_Consumer_Response::__call()
Call
- __construct
- in file Request.php, method HTTP_OAuth_Consumer_Request::__construct()
Construct
- __construct
- in file Exception.php, method HTTP_OAuth_Exception::__construct()
Construct
- __construct
- in file Request.php, method HTTP_OAuth_Provider_Request::__construct()
Construct
- __construct
- in file Consumer.php, method HTTP_OAuth_Consumer::__construct()
Construct
- __construct
- in file Response.php, method HTTP_OAuth_Consumer_Response::__construct()
Construct
- __construct
- in file InvalidResponse.php, method HTTP_OAuth_Consumer_Exception_InvalidResponse::__construct()
Construct
- __get
- in file Message.php, method HTTP_OAuth_Message::__get()
Get
- __set
- in file Message.php, method HTTP_OAuth_Message::__set()
Set
top
top
top
top
top
top
top
g
- getAccessToken
- in file Consumer.php, method HTTP_OAuth_Consumer::getAccessToken()
Get access token
- getAuthForHeader
- in file Request.php, method HTTP_OAuth_Consumer_Request::getAuthForHeader()
Creates OAuth header
- getAuthorizeUrl
- in file Consumer.php, method HTTP_OAuth_Consumer::getAuthorizeUrl()
Get authorize url
- getAuthType
- in file Request.php, method HTTP_OAuth_Consumer_Request::getAuthType()
Gets authentication type
- getBase
- in file Common.php, method HTTP_OAuth_Signature_Common::getBase()
Get base
- getBody
- in file Response.php, method HTTP_OAuth_Provider_Response::getBody()
Get body
- getDataFromBody
- in file Response.php, method HTTP_OAuth_Consumer_Response::getDataFromBody()
Gets data from body
- getHeader
- in file Request.php, method HTTP_OAuth_Provider_Request::getHeader()
Gets a header
- getHeader
- in file Response.php, method HTTP_OAuth_Provider_Response::getHeader()
Get header
- getHeaders
- in file Response.php, method HTTP_OAuth_Provider_Response::getHeaders()
Get all headers
- getHeaders
- in file Request.php, method HTTP_OAuth_Provider_Request::getHeaders()
getHeaders
- getHTTPRequest2
- in file Request.php, method HTTP_OAuth_Consumer_Request::getHTTPRequest2()
Returns $this->request if it is an instance of HTTP_Request. If not, it creates one.
- getIterator
- in file Message.php, method HTTP_OAuth_Message::getIterator()
Get iterator
- getKey
- in file Consumer.php, method HTTP_OAuth_Consumer::getKey()
Get key
- getKey
- in file Common.php, method HTTP_OAuth_Signature_Common::getKey()
Get key
- getLastRequest
- in file Consumer.php, method HTTP_OAuth_Consumer::getLastRequest()
Gets the last request
- getOAuthConsumerRequest
- in file Consumer.php, method HTTP_OAuth_Consumer::getOAuthConsumerRequest()
Gets instance of HTTP_OAuth_Consumer_Request
- getOAuthParameters
- in file Message.php, method HTTP_OAuth_Message::getOAuthParameters()
Get OAuth specific parameters
- getParameters
- in file Message.php, method HTTP_OAuth_Message::getParameters()
Get parameters
- getPostData
- in file Request.php, method HTTP_OAuth_Provider_Request::getPostData()
Gets POST data
- getQueryString
- in file Request.php, method HTTP_OAuth_Provider_Request::getQueryString()
Gets incoming request query string
- getRequestMethod
- in file Request.php, method HTTP_OAuth_Provider_Request::getRequestMethod()
Get request method
- getRequestToken
- in file Consumer.php, method HTTP_OAuth_Consumer::getRequestToken()
Get request token
- getRequestUri
- in file Request.php, method HTTP_OAuth_Provider_Request::getRequestUri()
Gets incoming request URI
- getResponse
- in file Response.php, method HTTP_OAuth_Consumer_Response::getResponse()
Gets HTTP_Request2_Response
- getSecret
- in file Consumer.php, method HTTP_OAuth_Consumer::getSecret()
Get secret
- getSecrets
- in file Request.php, method HTTP_OAuth_Consumer_Request::getSecrets()
Gets secrets
- getSecrets
- in file Consumer.php, method HTTP_OAuth_Consumer::getSecrets()
Get secrets
- getSignatureMethod
- in file Message.php, method HTTP_OAuth_Message::getSignatureMethod()
Get signature method
- getSignatureMethod
- in file Consumer.php, method HTTP_OAuth_Consumer::getSignatureMethod()
Get signature method
- getToken
- in file Consumer.php, method HTTP_OAuth_Consumer::getToken()
Get token
- getTokenSecret
- in file Consumer.php, method HTTP_OAuth_Consumer::getTokenSecret()
Get token secret
- getUrl
- in file Request.php, method HTTP_OAuth_Provider_Request::getUrl()
Get url
top
h
- $headers
- in file Request.php, variable HTTP_OAuth_Provider_Request::$headers
Headers from the incoming request
- $headers
- in file Response.php, variable HTTP_OAuth_Provider_Response::$headers
Headers to be sent the OAuth response
- header
- in file Response.php, method HTTP_OAuth_Provider_Response::header()
Header
- headersSent
- in file Response.php, method HTTP_OAuth_Provider_Response::headersSent()
Headers sent
- HTTP_OAuth
- in file OAuth.php, class HTTP_OAuth
HTTP_OAuth
- HTTP_OAuth_Consumer
- in file Consumer.php, class HTTP_OAuth_Consumer
HTTP_OAuth_Consumer
- HTTP_OAuth_Consumer_Exception_InvalidResponse
- in file InvalidResponse.php, class HTTP_OAuth_Consumer_Exception_InvalidResponse
HTTP_OAuth_Consumer_Exception_InvalidResponse
- HTTP_OAuth_Consumer_Request
- in file Request.php, class HTTP_OAuth_Consumer_Request
HTTP_OAuth_Consumer_Request
- HTTP_OAuth_Consumer_Response
- in file Response.php, class HTTP_OAuth_Consumer_Response
HTTP_OAuth_Consumer_Response
- HTTP_OAuth_Exception
- in file Exception.php, class HTTP_OAuth_Exception
HTTP_OAuth_Exception
- HTTP_OAuth_Exception_NotImplemented
- in file NotImplemented.php, class HTTP_OAuth_Exception_NotImplemented
HTTP_OAuth_Exception_NotImplemented
- HTTP_OAuth_Message
- in file Message.php, class HTTP_OAuth_Message
HTTP_OAuth_Message
- HTTP_OAuth_Provider_Exception
- in file Exception.php, class HTTP_OAuth_Provider_Exception
Base exception class for all provider exceptions
- HTTP_OAuth_Provider_Exception_InvalidRequest
- in file InvalidRequest.php, class HTTP_OAuth_Provider_Exception_InvalidRequest
HTTP_OAuth_Provider_Exception_InvalidRequest
- HTTP_OAuth_Provider_Request
- in file Request.php, class HTTP_OAuth_Provider_Request
HTTP_OAuth_Provider_Request
- HTTP_OAuth_Provider_Response
- in file Response.php, class HTTP_OAuth_Provider_Response
HTTP_OAuth_Provider_Response
- HTTP_OAuth_Signature
- in file Signature.php, class HTTP_OAuth_Signature
HTTP_OAuth_Signature
- HTTP_OAuth_Signature_Common
- in file Common.php, class HTTP_OAuth_Signature_Common
HTTP_OAuth_Signature_Common
- HTTP_OAuth_Signature_HMAC_SHA1
- in file SHA1.php, class HTTP_OAuth_Signature_HMAC_SHA1
HTTP_OAuth_Signature_HMAC_SHA1
- HTTP_OAuth_Signature_PLAINTEXT
- in file PLAINTEXT.php, class HTTP_OAuth_Signature_PLAINTEXT
HTTP_OAuth_Signature_PLAINTEXT
- HTTP_OAuth_Signature_RSA_SHA1
- in file SHA1.php, class HTTP_OAuth_Signature_RSA_SHA1
HTTP_OAuth_Signature_RSA_SHA1
top
top
top
top
top
top
top
top
top
s
- $secret
- in file Consumer.php, variable HTTP_OAuth_Consumer::$secret
secret
- $secrets
- in file Request.php, variable HTTP_OAuth_Consumer_Request::$secrets
Secrets
- $signatureMethod
- in file Consumer.php, variable HTTP_OAuth_Consumer::$signatureMethod
Signature method
- $statusMap
- in file Response.php, variable HTTP_OAuth_Provider_Response::$statusMap
Status map
- SHA1.php
- procedural page SHA1.php
- SHA1.php
- procedural page SHA1.php
- Signature.php
- procedural page Signature.php
- send
- in file Request.php, method HTTP_OAuth_Consumer_Request::send()
Sends request
- send
- in file Response.php, method HTTP_OAuth_Provider_Response::send()
Send response
- sendRequest
- in file Consumer.php, method HTTP_OAuth_Consumer::sendRequest()
Send request
- setAuthType
- in file Request.php, method HTTP_OAuth_Consumer_Request::setAuthType()
Sets authentication type
- setBody
- in file Response.php, method HTTP_OAuth_Provider_Response::setBody()
Set body
- setHeader
- in file Response.php, method HTTP_OAuth_Provider_Response::setHeader()
Set header
- setHeaders
- in file Request.php, method HTTP_OAuth_Provider_Request::setHeaders()
Set incoming request headers
- setHeaders
- in file Response.php, method HTTP_OAuth_Provider_Response::setHeaders()
Set all headers
- setParameters
- in file Message.php, method HTTP_OAuth_Message::setParameters()
Set parameters
- setParametersFromRequest
- in file Request.php, method HTTP_OAuth_Provider_Request::setParametersFromRequest()
Set parameters from the incoming request
- setRealm
- in file Response.php, method HTTP_OAuth_Provider_Response::setRealm()
Set realm
- setSecrets
- in file Request.php, method HTTP_OAuth_Consumer_Request::setSecrets()
Sets consumer/token secrets array
- setSignatureMethod
- in file Consumer.php, method HTTP_OAuth_Consumer::setSignatureMethod()
Set signature method
- setStatus
- in file Response.php, method HTTP_OAuth_Provider_Response::setStatus()
Set status
- setToken
- in file Consumer.php, method HTTP_OAuth_Consumer::setToken()
Set token
- setTokenSecret
- in file Consumer.php, method HTTP_OAuth_Consumer::setTokenSecret()
Set token secret
- STATUS_DUPLICATED_OAUTH_PARAMETER
- in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_DUPLICATED_OAUTH_PARAMETER
- STATUS_INVALID_CONSUMER_KEY
- in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_INVALID_CONSUMER_KEY
- STATUS_INVALID_NONCE
- in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_INVALID_NONCE
- STATUS_INVALID_SIGNATURE
- in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_INVALID_SIGNATURE
- STATUS_INVALID_TOKEN
- in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_INVALID_TOKEN
- STATUS_MISSING_REQUIRED_PARAMETER
- in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_MISSING_REQUIRED_PARAMETER
- STATUS_UNSUPPORTED_PARAMETER
- in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_UNSUPPORTED_PARAMETER
- STATUS_UNSUPPORTED_SIGNATURE_METHOD
- in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_UNSUPPORTED_SIGNATURE_METHOD
top
top
top
Documentation generated on Mon, 30 Nov 2009 23:00:03 +0000 by phpDocumentor 1.4.3. PEAR Logo Copyright © PHP Group 2004.
|
|