ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\__construct
__construct()
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:29
ilAuthFrontendCredentialsShibboleth\$settings
ilSetting $settings
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:27
ilAuthFrontendCredentials\setPassword
setPassword(string $a_password)
Definition:
class.ilAuthFrontendCredentials.php:45
$DIC
global $DIC
Definition:
shib_login.php:26
ilAuthFrontendCredentialsShibboleth\initFromRequest
initFromRequest()
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:41
ILIAS\Repository\settings
settings()
Definition:
trait.GlobalDICDomainServices.php:96
ilAuthFrontendCredentials\setUsername
setUsername(string $a_name)
Definition:
class.ilAuthFrontendCredentials.php:34
ilAuthFrontendCredentialsShibboleth\getSettings
getSettings()
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:36
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ilAuthFrontendCredentialsShibboleth
ilAuthFrontendCredentials
Definition:
class.ilAuthFrontendCredentials.php:21
ilSetting
components
ILIAS
AuthShibboleth
classes
class.ilAuthFrontendCredentialsShibboleth.php
Generated on Sun Aug 31 2025 23:02:08 for ILIAS by
1.8.13 (using
Doxyfile
)