ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Static Public Member Functions | |
static | urlencode_rfc3986 ($input) |
static | urldecode_rfc3986 ($string) |
static | split_header ($header, $only_allow_oauth_parameters=true) |
static | get_headers () |
static | parse_parameters ($input) |
static | build_http_query ($params) |
|
static |
Definition at line 860 of file OAuth.php.
References $keys, and urlencode_rfc3986().
Referenced by OAuthRequest\get_signable_parameters(), and OAuthRequest\to_postdata().
|
static |
Definition at line 797 of file OAuth.php.
References $_SERVER, and $out.
Referenced by OAuthRequest\from_request().
|
static |
Definition at line 826 of file OAuth.php.
References urldecode_rfc3986().
Referenced by OAuthRequest\from_consumer_and_token(), and OAuthRequest\from_request().
|
static |
Definition at line 774 of file OAuth.php.
References urldecode_rfc3986().
Referenced by OAuthRequest\from_request().
|
static |
Definition at line 766 of file OAuth.php.
Referenced by parse_parameters(), and split_header().
|
static |
Definition at line 747 of file OAuth.php.
Referenced by build_http_query(), OAuthSignatureMethod_HMAC_SHA1\build_signature(), OAuthSignatureMethod_PLAINTEXT\build_signature(), OAuthRequest\get_signature_base_string(), OAuthRequest\to_header(), and OAuthToken\to_string().