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

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)
 

Variable Documentation

◆ $data

$data = $store->getAuthorizedData($token->key)

Definition at line 23 of file getUserInfo.php.

◆ $hmac_method

$hmac_method = new OAuthSignatureMethod_HMAC_SHA1()

Definition at line 14 of file getUserInfo.php.

◆ $oauthconfig

$oauthconfig = SimpleSAML_Configuration::getConfig('module_oauth.php')

Definition at line 5 of file getUserInfo.php.

Referenced by oauth_hook_cron().

◆ $plaintext_method

$plaintext_method = new OAuthSignatureMethod_PLAINTEXT()

Definition at line 15 of file getUserInfo.php.

◆ $req

◆ $server

$server = new sspmod_oauth_OAuthServer($store)

Definition at line 12 of file getUserInfo.php.

Referenced by ilMemcacheServerTableGUI\__construct(), ilLDAPServer\_getAllServer(), ilAuthUtils\_getMultipleAuthModeOptions(), ilECSObjectSettings\_handleDelete(), SimpleSAML_Memcache\addMemcacheServer(), ilLTIToolProvider\authenticate(), IMSGlobal\LTI\ToolProvider\ToolProvider\authenticate(), ilObjAuthSettingsGUI\authSettingsObject(), ilECSSettingsGUI\communities(), SimpleSAML_Memcache\delete(), ILIAS\FileDelivery\FileDeliveryTypes\PHPChunked\deliver(), ilAuthProviderRadius\doAuthentication(), ilAuthProviderECS\doAuthentication(), ilObjExternalToolsSettingsGUI\editMathJaxObject(), ilObjAuthSettingsGUI\editSOAPObject(), ilECSSettingsGUI\exportMappings(), ilAuthContainerECS\fetchData(), SimpleSAML_Memcache\get(), ilMemcache\getActive(), ilECSMappingUtils\getAuthModeSelection(), ilAuthModeDetermination\getAuthModeSequence(), ilAuthUtils\getAuthModeTranslation(), ilRemoteObjectBase\getFullRemoteLink(), ilLDAPServer\getServerIds(), getServerKeys(), SimpleSAML_Memcache\getStats(), ilECSObjectSettings\handleContentUpdate(), ilAuthProviderCAS\handleLDAPDataSource(), ilAuthContainerCAS\handleLDAPDataSource(), ilAuthProviderApache\handleLDAPDataSource(), ilAuthContainerApache\handleLDAPDataSource(), ilECSObjectSettings\handleSettingsUpdate(), ilECSSettingsGUI\importMappings(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilECSSettingsGUI\initMappingsForm(), ilLDAPRoleAssignmentRule\isGroupMember(), ilLDAPRoleGroupMapping\isMember(), SimpleSAML_Memcache\loadMemcacheServerGroup(), sspmod_radius_Auth_Source_Radius\login(), memcacheMonitor_hook_sanitycheck(), ilECSServerTableGUI\parse(), ilAuthModeDetermination\read(), ilECSSettingsGUI\readAll(), ilLDAPRoleGroupMapping\readDN(), ilECSSettingsGUI\refreshParticipants(), ilRadiusSettings\save(), SimpleSAML_Memcache\set(), ilAuthProviderECS\setCurrentServer(), ilAuthContainerECS\setCurrentServer(), ilPlainTextHandler\shortenPHPSessionId(), ilLoggingErrorFileStorage\shortenPHPSessionId(), ilECSTaskScheduler\start(), ilECSTaskScheduler\startExecution(), ilPlainTextHandler\tables(), ilLoggingErrorFileStorage\tables(), Monolog\Processor\WebProcessorTest\testProcessor(), Monolog\Processor\WebProcessorTest\testProcessorAddsOnlyRequestedExtraFields(), Monolog\Processor\WebProcessorTest\testProcessorConfiguringOfExtraFields(), Monolog\Processor\WebProcessorTest\testProcessorDoesNotAddUniqueIdIfNotPresent(), Monolog\Processor\WebProcessorTest\testProcessorDoNothingIfNoRequestUri(), Monolog\Processor\WebProcessorTest\testProcessorReturnNullIfNoHttpReferer(), GetAllHeadersTest\testWorks(), ilRadiusSettings\toPearAuthArray(), ilECSSettingsGUI\updateCommunities(), ilECSSettingsGUI\validateImportTypes(), and ilRadiusSettings\validateServers().

◆ $store