|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for sspmod_oauth_Consumer:Public Member Functions | |
| __construct ($key, $secret) | |
| getRequestToken ($url, $parameters=NULL) | |
| getAuthorizeRequest ($url, $requestToken, $redirect=TRUE, $callback=NULL) | |
| getAccessToken ($url, $requestToken, $parameters=NULL) | |
| postRequest ($url, $accessToken, $parameters) | |
| getUserInfo ($url, $accessToken, $opts=NULL) | |
Static Public Member Functions | |
| static | dummy () |
| static | getOAuthError ($hrh) |
| static | getContentType ($hrh) |
| static | getHTTP ($url, $context='') |
Private Attributes | |
| $consumer | |
| $signer | |
Definition at line 11 of file Consumer.php.
| sspmod_oauth_Consumer::__construct | ( | $key, | |
| $secret | |||
| ) |
Definition at line 16 of file Consumer.php.
|
static |
Definition at line 22 of file Consumer.php.
| sspmod_oauth_Consumer::getAccessToken | ( | $url, | |
| $requestToken, | |||
$parameters = NULL |
|||
| ) |
Definition at line 102 of file Consumer.php.
References $accessToken, $requestToken, $url, SimpleSAML\Logger\debug(), and OAuthRequest\from_consumer_and_token().
Here is the call graph for this function:| sspmod_oauth_Consumer::getAuthorizeRequest | ( | $url, | |
| $requestToken, | |||
$redirect = TRUE, |
|||
$callback = NULL |
|||
| ) |
Definition at line 89 of file Consumer.php.
References $params, $requestToken, $url, exit, and SimpleSAML\Utils\HTTP\redirectTrustedURL().
Here is the call graph for this function:
|
static |
Definition at line 34 of file Consumer.php.
References $h.
Referenced by getHTTP().
Here is the caller graph for this function:
|
static |
Definition at line 52 of file Consumer.php.
References $error, $response, $url, getContentType(), and getOAuthError().
Referenced by getRequestToken().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| sspmod_oauth_Consumer::getRequestToken | ( | $url, | |
$parameters = NULL |
|||
| ) |
Definition at line 71 of file Consumer.php.
References $requestToken, $url, OAuthRequest\from_consumer_and_token(), and getHTTP().
Here is the call graph for this function:| sspmod_oauth_Consumer::getUserInfo | ( | $url, | |
| $accessToken, | |||
$opts = NULL |
|||
| ) |
Definition at line 150 of file Consumer.php.
References $accessToken, $data, $url, and OAuthRequest\from_consumer_and_token().
Here is the call graph for this function:| sspmod_oauth_Consumer::postRequest | ( | $url, | |
| $accessToken, | |||
| $parameters | |||
| ) |
Definition at line 125 of file Consumer.php.
References $accessToken, $response, $url, and OAuthRequest\from_consumer_and_token().
Here is the call graph for this function:
|
private |
Definition at line 13 of file Consumer.php.
|
private |
Definition at line 14 of file Consumer.php.