API Documentation

Service/WindowsAzure/Credentials/SharedKeyLite.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
version
$Id$
Classes
Zend_Service_WindowsAzure_Credentials_SharedKeyLite

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Service_WindowsAzure_Credentials_SharedKeyLite

Extends from
Zend_Service_WindowsAzure_Credentials_CredentialsAbstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
Methods
signRequestUrl
signRequestHeaders
_prepareQueryStringForSigning

Description

Methods

_prepareQueryStringForSigning

_prepareQueryStringForSigning( string $value ) : string

Prepare query string for signing

Arguments
$value
string
Original query string
Output
string
Query string for signing
Details
visibility
protected
final
false
static
false

signRequestHeaders

signRequestHeaders( string $httpVerb = Zend_Http_Client, string $path = /, string $queryString, array $headers = null, boolean $forTableStorage = false, string $resourceType = Zend_Service_WindowsAzure_Storage, string $requiredPermission = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract, mixed $rawData = null ) : array

Sign request headers with credentials

Arguments
$httpVerb
string
HTTP verb the request will use
$path
string
Path for the request
$queryString
string
Query string for the request
$headers
array
x-ms headers to add
$forTableStorage
boolean
Is the request for table storage?
$resourceType
string
Resource type
$requiredPermission
string
Required permission
$rawData
mixed
Raw post data
Output
array
Array of headers
Details
visibility
public
final
false
static
false

signRequestUrl

signRequestUrl( string $requestUrl, string $resourceType = Zend_Service_WindowsAzure_Storage, string $requiredPermission = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract ) : string

Sign request URL with credentials

Arguments
$requestUrl
string
Request URL
$resourceType
string
Resource type
$requiredPermission
string
Required permission
Output
string
Signed request URL
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.