API Documentation

Service/WindowsAzure/Credentials/CredentialsAbstract.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service_WindowsAzure  
version
$Id: CredentialsAbstract.php 23775 2011-03-01 17:25:24Z ralph $  

\Zend_Service_WindowsAzure_Credentials_CredentialsAbstract

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Service_WindowsAzure  

Constants

Constant  DEVSTORE_ACCOUNT = 'devstoreaccount1'

Development storage account and key

Constant  DEVSTORE_KEY = 'Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=='
Constant  PREFIX_PROPERTIES = 'x-ms-prop-'

HTTP header prefixes

Constant  PREFIX_METADATA = 'x-ms-meta-'
Constant  PREFIX_STORAGE_HEADER = 'x-ms-'
Constant  PERMISSION_READ = 'r'

Permissions

Constant  PERMISSION_WRITE = 'w'
Constant  PERMISSION_DELETE = 'd'
Constant  PERMISSION_LIST = 'l'

Properties

Propertyprotectedstring  $_accountKey= ''

Account key for Windows Azure

Details
Type
string
Propertyprotectedstring  $_accountName= ''

Account name for Windows Azure

Details
Type
string
Propertyprotectedboolean  $_usePathStyleUri= 'false'

Use path-style URI's

Default valuefalseDetails
Type
boolean

Methods

methodpublic__construct( string $accountName = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract, string $accountKey = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract, boolean $usePathStyleUri = false ) : void

Creates a new Zend_Service_WindowsAzure_Credentials_CredentialsAbstract instance

Parameters
Name Type Description
$accountName string Account name for Windows Azure
$accountKey string Account key for Windows Azure
$usePathStyleUri boolean

Use path-style URI's

methodprotected_issetOr( array $array, mixed $key, mixed $valueIfNotSet ) : mixed

Returns an array value if the key is set, otherwide returns $valueIfNotSet

Parameters
Name Type Description
$array array
$key mixed
$valueIfNotSet mixed
Returns
Type Description
mixed
methodprotected_makeArrayOfQueryString( string $value ) : array

Make array of query string

Parameters
Name Type Description
$value string Query string
Returns
Type Description
array Array of key/value pairs
methodprotected_prepareQueryStringForSigning( string $value ) : string

Prepare query string for signing

Parameters
Name Type Description
$value string Original query string
Returns
Type Description
string Query string for signing
methodpublicsetAccountName( string $value = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract ) : \Zend_Service_WindowsAzure_Credentials_CredentialsAbstract

Set account name for Windows Azure

Parameters
Name Type Description
$value string
Returns
Type Description
\Zend_Service_WindowsAzure_Credentials_CredentialsAbstract
methodpublicsetAccountkey( string $value = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract ) : \Zend_Service_WindowsAzure_Credentials_CredentialsAbstract

Set account key for Windows Azure

Parameters
Name Type Description
$value string
Returns
Type Description
\Zend_Service_WindowsAzure_Credentials_CredentialsAbstract
methodpublicsetUsePathStyleUri( boolean $value = false ) : \Zend_Service_WindowsAzure_Credentials_CredentialsAbstract

Set use path-style URI's

Parameters
Name Type Description
$value boolean
Returns
Type Description
\Zend_Service_WindowsAzure_Credentials_CredentialsAbstract
methodpublicsignRequestHeaders( 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
abstract

Sign request headers with credentials

Parameters
Name Type Description
$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
Returns
Type Description
array Array of headers
methodpublicsignRequestUrl( string $requestUrl, string $resourceType = Zend_Service_WindowsAzure_Storage, string $requiredPermission = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract ) : string
abstract

Sign request URL with credentials

Parameters
Name Type Description
$requestUrl string Request URL
$resourceType string Resource type
$requiredPermission string Required permission
Returns
Type Description
string Signed request URL
Documentation was generated by DocBlox 0.13.3.