ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
OAuth.php File Reference

OAuth 1.0 server and client library. More...

Go to the source code of this file.

Data Structures

class  OAuthToken
 OAuth PECL extension includes an OAuth Exception class, so we need to wrap the definition of this class in order to avoid a PHP error. More...
 
class  OAuthSignatureMethod
 A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec. More...
 
class  OAuthSignatureMethod_HMAC_SHA1
 The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] where the Signature Base String is the text and the key is the concatenated values (each first encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&' character (ASCII code 38) even if empty. More...
 
class  OAuthSignatureMethod_PLAINTEXT
 The PLAINTEXT method does not provide any security protection and SHOULD only be used over a secure channel such as HTTPS. More...
 
class  OAuthSignatureMethod_RSA_SHA1
 The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in [RFC3447] section 8.2 (more simply known as PKCS#1), using SHA-1 as the hash function for EMSA-PKCS1-v1_5. More...
 
class  OAuthRequest
 
class  OAuthServer
 
class  OAuthDataStore
 
class  OAuthUtil
 

Detailed Description

OAuth 1.0 server and client library.

Definition in file OAuth.php.