ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Variables | |
$oauthconfig = SimpleSAML_Configuration::getConfig('module_oauth.php') | |
if(! $oauthconfig->getBoolean('getUserInfo.enable', FALSE)) | $store = new sspmod_oauth_OAuthStore() |
$server = new sspmod_oauth_OAuthServer($store) | |
$hmac_method = new OAuthSignatureMethod_HMAC_SHA1() | |
$plaintext_method = new OAuthSignatureMethod_PLAINTEXT() | |
$req = OAuthRequest::from_request() | |
$data = $store->getAuthorizedData($token->key) | |
$data = $store->getAuthorizedData($token->key) |
Definition at line 23 of file getUserInfo.php.
$hmac_method = new OAuthSignatureMethod_HMAC_SHA1() |
Definition at line 14 of file getUserInfo.php.
$oauthconfig = SimpleSAML_Configuration::getConfig('module_oauth.php') |
Definition at line 5 of file getUserInfo.php.
Referenced by oauth_hook_cron().
$plaintext_method = new OAuthSignatureMethod_PLAINTEXT() |
Definition at line 15 of file getUserInfo.php.
$req = OAuthRequest::from_request() |
Definition at line 20 of file getUserInfo.php.
Referenced by ilMDFactory\_getInstance(), ilHttpRequest\_scan_url(), ilMDOrComposite\addRequirement(), soap_transport_http\buildPayload(), ilMDOrComposite\delete(), ilMDTechnical\delete(), IMSGlobal\LTI\ToolProvider\ResourceLink\doLTI11Service(), ilHttpRequest\downloadToString(), ilMDOrComposite\getRequirement(), ilObjUserGUI\getValues(), ilExcCriteriaGUI\initForm(), ilCourseObjectivesGUI\initFormLimits(), IMSGlobal\LTI\ToolProvider\ToolConsumer\signParameters(), Sabre\DAV\ServerEventsTest\testBeforeBindCancel(), ilRBACTest\testCopyRolePermissions(), Sabre\DAV\ServerEventsTest\testException(), Sabre\CalDAV\Schedule\OutboxPostTest\testInvalidIcalBody(), Sabre\CalDAV\Schedule\OutboxPostTest\testNoMETHOD(), Sabre\CalDAV\Schedule\OutboxPostTest\testNoVEVENT(), Sabre\CalDAV\Schedule\OutboxPostTest\testPostPassThruNoOutBox(), Sabre\CalDAV\Schedule\OutboxPostTest\testPostPassThruNotFound(), Sabre\CalDAV\Schedule\OutboxPostTest\testPostPassThruNotTextCalendar(), ilRBACTest\testRevokePermission(), ilRBACTest\testRevokeSubtreePermissions(), Sabre\CalDAV\Schedule\OutboxPostTest\testUnsupportedMethod(), ilMDOrComposite\toXML(), ilMDTechnical\toXML(), and ilClient\updateNIC().
$server = new sspmod_oauth_OAuthServer($store) |
Definition at line 12 of file getUserInfo.php.
if (! $oauthconfig->getBoolean( 'getUserInfo.enable', FALSE)) $store = new sspmod_oauth_OAuthStore() |
Definition at line 11 of file getUserInfo.php.
Referenced by SimpleSAML\SessionHandlerStore\__construct(), SimpleSAML\SessionHandler\__construct(), sspmod_saml_IdP_SQLNameID\add(), sspmod_saml_SP_LogoutStore\addSession(), ilLTIToolProvider\authenticate(), IMSGlobal\LTI\ToolProvider\ToolProvider\authenticate(), sspmod_saml_IdP_SQLNameID\delete(), sspmod_saml_IdP_SQLNameID\get(), sspmod_saml_IdP_SQLNameID\getIdentities(), SAML2\HTTPArtifact\getRedirectURL(), sspmod_saml_IdP_SQLNameID\getStore(), Monolog\Handler\DeduplicationHandler\isDuplicate(), ilLMPresentationGUI\layout(), oauth_hook_cron(), riak_hook_cron(), and ilLMPresentationGUI\saveFrameUrl().