[PROMOTE] Zend_Oauth
commit5e9ae404558b8656c243a083e65d2dc37b8347e8
authormatthew <matthew@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Tue, 12 Jan 2010 17:56:33 +0000 (12 17:56 +0000)
committermatthew <matthew@44c647ce-9c0f-0410-b52a-842ac1e357ba>
Tue, 12 Jan 2010 17:56:33 +0000 (12 17:56 +0000)
tree9f4f4f05ce869c062c71570a60c6b586897e9fa6
parentb1cbe3650ace394b35837df354d1201a4750d3eb
[PROMOTE] Zend_Oauth

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20232 44c647ce-9c0f-0410-b52a-842ac1e357ba
38 files changed:
documentation/manual/en/manual.xml.in
documentation/manual/en/module_specs/Zend_Oauth-Introduction.xml [new file with mode: 0644]
documentation/manual/en/module_specs/Zend_Oauth-ProtocolWorkflow.xml [new file with mode: 0644]
documentation/manual/en/module_specs/Zend_Oauth-SecurityArchitecture.xml [new file with mode: 0644]
library/Zend/Oauth.php [new file with mode: 0644]
library/Zend/Oauth/Client.php [new file with mode: 0644]
library/Zend/Oauth/Config.php [new file with mode: 0644]
library/Zend/Oauth/Config/ConfigInterface.php [new file with mode: 0644]
library/Zend/Oauth/Consumer.php [new file with mode: 0644]
library/Zend/Oauth/Exception.php [new file with mode: 0644]
library/Zend/Oauth/Http.php [new file with mode: 0644]
library/Zend/Oauth/Http/AccessToken.php [new file with mode: 0644]
library/Zend/Oauth/Http/RequestToken.php [new file with mode: 0644]
library/Zend/Oauth/Http/UserAuthorization.php [new file with mode: 0644]
library/Zend/Oauth/Http/Utility.php [new file with mode: 0644]
library/Zend/Oauth/Signature/Hmac.php [new file with mode: 0644]
library/Zend/Oauth/Signature/Plaintext.php [new file with mode: 0644]
library/Zend/Oauth/Signature/Rsa.php [new file with mode: 0644]
library/Zend/Oauth/Signature/SignatureAbstract.php [new file with mode: 0644]
library/Zend/Oauth/Token.php [new file with mode: 0644]
library/Zend/Oauth/Token/Access.php [new file with mode: 0644]
library/Zend/Oauth/Token/AuthorizedRequest.php [new file with mode: 0644]
library/Zend/Oauth/Token/Request.php [new file with mode: 0644]
tests/Zend/AllTests.php
tests/Zend/Oauth/AllTests.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/ConsumerTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Http/AccessTokenTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Http/RequestTokenTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Http/UserAuthorizationTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Http/UtilityTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Signature/AbstractTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Signature/HmacTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Signature/PlaintextTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Signature/RsaTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Token/AccessTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Token/AuthorizedRequestTest.php [new file with mode: 0644]
tests/Zend/Oauth/Oauth/Token/RequestTest.php [new file with mode: 0644]
tests/Zend/Oauth/OauthTest.php [new file with mode: 0644]