ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.ilAuthFrontendCredentialsShibboleth.php
Go to the documentation of this file.
1
<?php
2
25
class
ilAuthFrontendCredentialsShibboleth
extends
ilAuthFrontendCredentials
26
{
27
private
ilSetting
$settings
;
28
29
public
function
__construct
()
30
{
31
global
$DIC
;
32
parent::__construct
();
33
$this->
settings
= $DIC->settings();
34
}
35
36
protected
function
getSettings
():
ilSetting
37
{
38
return
$this->settings
;
39
}
40
41
public
function
initFromRequest
(): void
42
{
43
$this->
setUsername
($this->
settings
->get(
'shib_login'
,
''
));
44
$this->
setPassword
(
''
);
45
}
46
}
ilAuthFrontendCredentialsShibboleth
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:26
ilAuthFrontendCredentialsShibboleth\$settings
ilSetting $settings
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:27
ilAuthFrontendCredentialsShibboleth\__construct
__construct()
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:29
ilAuthFrontendCredentialsShibboleth\getSettings
getSettings()
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:36
ilAuthFrontendCredentialsShibboleth\initFromRequest
initFromRequest()
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:41
ilAuthFrontendCredentials
Definition:
class.ilAuthFrontendCredentials.php:22
ilAuthFrontendCredentials\setPassword
setPassword(string $a_password)
Definition:
class.ilAuthFrontendCredentials.php:45
ilAuthFrontendCredentials\setUsername
setUsername(string $a_name)
Definition:
class.ilAuthFrontendCredentials.php:34
ilSetting
ILIAS Setting Class.
Definition:
class.ilSetting.php:27
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
ILIAS\Repository\settings
settings()
Definition:
trait.GlobalDICDomainServices.php:96
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
AuthShibboleth
classes
class.ilAuthFrontendCredentialsShibboleth.php
Generated on Sat Oct 18 2025 23:02:29 for ILIAS by
1.9.4 (using
Doxyfile
)