HTTP_OAuth
[ class tree: HTTP_OAuth ] [ index: HTTP_OAuth ] [ all elements ]

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 Response.php, method HTTP_OAuth_Consumer_Response::__call()
    Call
__call
in file InvalidResponse.php, method HTTP_OAuth_Consumer_Exception_InvalidResponse::__call()
    Call
__construct
in file Request.php, method HTTP_OAuth_Consumer_Request::__construct()
    Construct
__construct
in file Consumer.php, method HTTP_OAuth_Consumer::__construct()
    Construct
__construct
in file Request.php, method HTTP_OAuth_Provider_Request::__construct()
    Construct
__construct
in file Exception.php, method HTTP_OAuth_Exception::__construct()
    Construct
__construct
in file Response.php, method HTTP_OAuth_Consumer_Response::__construct()
    Construct
__construct
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::__construct()
    Instantiate Cache_Lite. Allows for options to be passed to Cache_Lite.
__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

a

$accessToken
in file Data.php, variable HTTP_OAuth_Store_Data::$accessToken
    The access token
$accessTokenSecret
in file Data.php, variable HTTP_OAuth_Store_Data::$accessTokenSecret
    The access token secret
$authType
in file Request.php, variable HTTP_OAuth_Consumer_Request::$authType
    Auth type
accept
in file Consumer.php, method HTTP_OAuth_Consumer::accept()
    Accepts a custom instance of HTTP_OAuth_Consumer_Request.
accept
in file Request.php, method HTTP_OAuth_Consumer_Request::accept()
    Accept
apacheRequestHeaders
in file Request.php, method HTTP_OAuth_Provider_Request::apacheRequestHeaders()
    Apache request headers
attachLog
in file OAuth.php, method HTTP_OAuth::attachLog()
    Attaches an instance of PEAR Log
AUTH_GET
in file Request.php, class constant HTTP_OAuth_Consumer_Request::AUTH_GET
AUTH_HEADER
in file Request.php, class constant HTTP_OAuth_Consumer_Request::AUTH_HEADER
    Auth type constants
AUTH_POST
in file Request.php, class constant HTTP_OAuth_Consumer_Request::AUTH_POST
access_token.php
procedural page access_token.php
authorize_url.php
procedural page authorize_url.php
top

b

$body
in file Response.php, variable HTTP_OAuth_Provider_Response::$body
    Body of the response
$body
in file Request.php, variable HTTP_OAuth_Provider_Request::$body
    Body data from the incoming request
build
in file SHA1.php, method HTTP_OAuth_Signature_RSA_SHA1::build()
    Build
build
in file SHA1.php, method HTTP_OAuth_Signature_HMAC_SHA1::build()
    Build
build
in file PLAINTEXT.php, method HTTP_OAuth_Signature_PLAINTEXT::build()
    Build
build
in file Common.php, method HTTP_OAuth_Signature_Common::build()
    Build
buildHttpQuery
in file OAuth.php, method HTTP_OAuth::buildHttpQuery()
    Build HTTP Query
buildRequest
in file Request.php, method HTTP_OAuth_Consumer_Request::buildRequest()
    Builds request for sending
top

c

$cache
in file CacheLite.php, variable HTTP_OAuth_Store_Consumer_CacheLite::$cache
    Instance of Cache_Lite
$consumerRequest
in file Consumer.php, variable HTTP_OAuth_Consumer::$consumerRequest
    Instance of HTTP_OAuth_Consumer_Request
$consumerUserID
in file Data.php, variable HTTP_OAuth_Store_Data::$consumerUserID
    The user's unique ID at the the consumer
count
in file Message.php, method HTTP_OAuth_Message::count()
    Count
cli.php
procedural page cli.php
config.php
procedural page config.php
Consumer.php
procedural page Consumer.php
Common.php
procedural page Common.php
CacheLite.php
procedural page CacheLite.php
top

d

$defaultOptions
in file CacheLite.php, variable HTTP_OAuth_Store_Consumer_CacheLite::$defaultOptions
    Default options for Cache_Lite
debug
in file OAuth.php, method HTTP_OAuth::debug()
    Log debug message
detachLog
in file OAuth.php, method HTTP_OAuth::detachLog()
    Detaches an instance of PEAR Log
Data.php
procedural page Data.php
top

e

ensureDirectoryExists
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::ensureDirectoryExists()
    Make sure the given sub directory exists. If not, create it.
err
in file OAuth.php, method HTTP_OAuth::err()
    Log error message
examples-config.php
procedural page examples-config.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
top

f

factory
in file Signature.php, method HTTP_OAuth_Signature::factory()
    Factory
top

g

getAccessToken
in file Consumer.php, method HTTP_OAuth_Consumer::getAccessToken()
    Get access token
getAccessToken
in file Interface.php, method HTTP_OAuth_Store_Consumer_Interface::getAccessToken()
    Gets access token data in the form of an HTTP_OAuth_Store_Data object
getAccessToken
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::getAccessToken()
    Gets access token data in the form of an HTTP_OAuth_Store_Data object
getAccessTokenKey
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::getAccessTokenKey()
    Gets an access token key for storage, based on the consumer user ID and the provider name
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 Request.php, method HTTP_OAuth_Provider_Request::getBody()
    Gets request body
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 Request.php, method HTTP_OAuth_Provider_Request::getHeaders()
    getHeaders
getHeaders
in file Response.php, method HTTP_OAuth_Provider_Response::getHeaders()
    Get all headers
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 Common.php, method HTTP_OAuth_Signature_Common::getKey()
    Get key
getKey
in file Consumer.php, method HTTP_OAuth_Consumer::getKey()
    Get key
getLastRequest
in file Consumer.php, method HTTP_OAuth_Consumer::getLastRequest()
    Gets the last request
getLastResponse
in file Consumer.php, method HTTP_OAuth_Consumer::getLastResponse()
    Gets the most recent HTTP_OAuth_Consumer_Response object
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
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 Interface.php, method HTTP_OAuth_Store_Consumer_Interface::getRequestToken()
    Gets a request token as an array of the token, tokenSecret, providerName, and sessionID (array key names)
getRequestToken
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::getRequestToken()
    Gets a request token as an array of the token, tokenSecret, providerName, and sessionID (array key names)
getRequestToken
in file Consumer.php, method HTTP_OAuth_Consumer::getRequestToken()
    Get request token
getRequestTokenKey
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::getRequestTokenKey()
    Gets a cache key for request tokens. It's an md5 hash of the provider name and sessionID
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 Consumer.php, method HTTP_OAuth_Consumer::getSignatureMethod()
    Get signature method
getSignatureMethod
in file Message.php, method HTTP_OAuth_Message::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 Response.php, variable HTTP_OAuth_Provider_Response::$headers
    Headers to be sent the OAuth response
$headers
in file Request.php, variable HTTP_OAuth_Provider_Request::$headers
    Headers from the incoming request
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
HTTP_OAuth_Store_Consumer_CacheLite
in file CacheLite.php, class HTTP_OAuth_Store_Consumer_CacheLite
    Cache_Lite driver for HTTP_OAuth_Store_Consumer_Interface
HTTP_OAuth_Store_Consumer_Interface
in file Interface.php, class HTTP_OAuth_Store_Consumer_Interface
    A consumer storage interface for access tokens and request tokens.
HTTP_OAuth_Store_Data
in file Data.php, class HTTP_OAuth_Store_Data
    A simple structure for storing oauth access token data.
top

i

index.php
procedural page index.php
InvalidResponse.php
procedural page InvalidResponse.php
InvalidRequest.php
procedural page InvalidRequest.php
Interface.php
procedural page Interface.php
info
in file OAuth.php, method HTTP_OAuth::info()
    Log info message
isValidSignature
in file Request.php, method HTTP_OAuth_Provider_Request::isValidSignature()
    Is valid signature
top

k

$key
in file Consumer.php, variable HTTP_OAuth_Consumer::$key
    Consumer key
top

l

$lastRequest
in file Consumer.php, variable HTTP_OAuth_Consumer::$lastRequest
    Instance of the last request made
$lastResponse
in file Consumer.php, variable HTTP_OAuth_Consumer::$lastResponse
    Instance of the last response received
$logs
in file OAuth.php, variable HTTP_OAuth::$logs
    Log instances
log
in file OAuth.php, method HTTP_OAuth::log()
    Log a message
top

m

$method
in file Request.php, variable HTTP_OAuth_Provider_Request::$method
    Method used in the incoming request
Message.php
procedural page Message.php
top

n

NotImplemented.php
procedural page NotImplemented.php
top

o

$oauthParams
in file Message.php, variable HTTP_OAuth_Message::$oauthParams
    OAuth Parameters
$options
in file CacheLite.php, variable HTTP_OAuth_Store_Consumer_CacheLite::$options
    CacheLite options
oauth_request.php
procedural page oauth_request.php
OAuth.php
procedural page OAuth.php
offsetExists
in file Message.php, method HTTP_OAuth_Message::offsetExists()
    Offset exists
offsetGet
in file Message.php, method HTTP_OAuth_Message::offsetGet()
    Offset get
offsetSet
in file Message.php, method HTTP_OAuth_Message::offsetSet()
    Offset set
offsetUnset
in file Message.php, method HTTP_OAuth_Message::offsetUnset()
    Offset unset
top

p

$parameters
in file Message.php, variable HTTP_OAuth_Message::$parameters
    Parameters
$providerName
in file Data.php, variable HTTP_OAuth_Store_Data::$providerName
    The name of the provider (i.e. 'twitter')
$providerUserID
in file Data.php, variable HTTP_OAuth_Store_Data::$providerUserID
    The user's unique ID at the provider
PLAINTEXT.php
procedural page PLAINTEXT.php
parseQueryString
in file Request.php, method HTTP_OAuth_Provider_Request::parseQueryString()
    Parses a query string
peclHttpHeaders
in file Request.php, method HTTP_OAuth_Provider_Request::peclHttpHeaders()
    Pecl HTTP request headers
prefixParameter
in file Message.php, method HTTP_OAuth_Message::prefixParameter()
    Prefix parameter
prepareBody
in file Response.php, method HTTP_OAuth_Provider_Response::prepareBody()
    Prepare body
top

r

$request
in file Request.php, variable HTTP_OAuth_Consumer_Request::$request
    HTTP_Request2 instance
$response
in file InvalidResponse.php, variable HTTP_OAuth_Consumer_Exception_InvalidResponse::$response
    HTTP_OAuth_Consumer_Response instance
$response
in file Response.php, variable HTTP_OAuth_Consumer_Response::$response
    Instance of HTTP_Request2_Response
request_token.php
procedural page request_token.php
Request.php
procedural page Request.php
Response.php
procedural page Response.php
Request.php
procedural page Request.php
Response.php
procedural page Response.php
removeAccessToken
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::removeAccessToken()
    Removes an access token
removeAccessToken
in file Interface.php, method HTTP_OAuth_Store_Consumer_Interface::removeAccessToken()
    Removes an access token
REQUEST_TOKEN_LIFETIME
in file CacheLite.php, class constant HTTP_OAuth_Store_Consumer_CacheLite::REQUEST_TOKEN_LIFETIME
top

s

$scope
in file Data.php, variable HTTP_OAuth_Store_Data::$scope
    The token's scope
$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
store.php
procedural page store.php
SHA1.php
procedural page SHA1.php
SHA1.php
procedural page SHA1.php
Signature.php
procedural page Signature.php
send
in file Response.php, method HTTP_OAuth_Provider_Response::send()
    Send response
send
in file Request.php, method HTTP_OAuth_Consumer_Request::send()
    Sends request
sendRequest
in file Consumer.php, method HTTP_OAuth_Consumer::sendRequest()
    Send request
setAccessToken
in file Interface.php, method HTTP_OAuth_Store_Consumer_Interface::setAccessToken()
    Sets access token data from an HTTP_OAuth_Store_Data object
setAccessToken
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::setAccessToken()
    Sets access token data from an HTTP_OAuth_Store_Data object
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
setBody
in file Request.php, method HTTP_OAuth_Provider_Request::setBody()
    Sets the body data for this request
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
setOptions
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::setOptions()
    Sets options for Cache_Lite based on the needs of the current method.
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
setRequestToken
in file CacheLite.php, method HTTP_OAuth_Store_Consumer_CacheLite::setRequestToken()
    Sets a request token
setRequestToken
in file Interface.php, method HTTP_OAuth_Store_Consumer_Interface::setRequestToken()
    Sets a request token
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_TIMESTAMP
in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_INVALID_TIMESTAMP
STATUS_INVALID_TOKEN
in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_INVALID_TOKEN
STATUS_INVALID_VERIFIER
in file Response.php, class constant HTTP_OAuth_Provider_Response::STATUS_INVALID_VERIFIER
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

t

$token
in file Consumer.php, variable HTTP_OAuth_Consumer::$token
    Token
$tokenSecret
in file Consumer.php, variable HTTP_OAuth_Consumer::$tokenSecret
    Token secret
TYPE_ACCESS
in file CacheLite.php, class constant HTTP_OAuth_Store_Consumer_CacheLite::TYPE_ACCESS
TYPE_REQUEST
in file CacheLite.php, class constant HTTP_OAuth_Store_Consumer_CacheLite::TYPE_REQUEST
top

u

urldecode
in file OAuth.php, method HTTP_OAuth::urldecode()
    URL Decode
urlencode
in file OAuth.php, method HTTP_OAuth::urlencode()
    URL Encode
USAGE
in file cli.php, constant USAGE
top

Documentation generated on Mon, 11 Mar 2019 15:55:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.