ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilAuthFrontendCredentialsShibboleth.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendCredentials.php'
;
6
include_once
'./Services/Authentication/interfaces/interface.ilAuthCredentials.php'
;
7
14
class
ilAuthFrontendCredentialsShibboleth
extends
ilAuthFrontendCredentials
implements
ilAuthCredentials
15
{
19
private
$settings
=
null
;
20
21
25
public
function
__construct
()
26
{
27
parent::__construct
();
28
29
include_once
'./Services/Administration/classes/class.ilSetting.php'
;
30
$this->
settings
=
$GLOBALS
[
'DIC'
][
'ilSetting'
];
31
}
32
33
37
protected
function
getSettings
()
38
{
39
return
$this->settings
;
40
}
41
45
public
function
initFromRequest
()
46
{
47
//$this->getLogger()->dump($_SERVER, ilLogLevel::DEBUG);
48
$this->
setUsername
($this->
settings
->get(
'shib_login'
,
''
));
49
$this->
setPassword
(
''
);
50
}
51
}
$GLOBALS
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition:
PEAR.php:64
php
An exception for terminatinating execution or to throw for unit testing.
ilAuthFrontendCredentialsShibboleth
Description of class class.
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:15
ilAuthFrontendCredentialsShibboleth\$settings
$settings
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:19
ilAuthFrontendCredentialsShibboleth\__construct
__construct()
Constructor.
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:25
ilAuthFrontendCredentialsShibboleth\getSettings
getSettings()
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:37
ilAuthFrontendCredentialsShibboleth\initFromRequest
initFromRequest()
Init credentials from request.
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:45
ilAuthFrontendCredentials
Description of class class.
Definition:
class.ilAuthFrontendCredentials.php:14
ilAuthFrontendCredentials\setUsername
setUsername($a_name)
Set username.
Definition:
class.ilAuthFrontendCredentials.php:49
ilAuthFrontendCredentials\setPassword
setPassword($a_password)
Set password.
Definition:
class.ilAuthFrontendCredentials.php:67
ilAuthCredentials
Interface of auth credentials.
Definition:
interface.ilAuthCredentials.php:12
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:30
settings
settings()
Definition:
settings.php:2
Services
AuthShibboleth
classes
class.ilAuthFrontendCredentialsShibboleth.php
Generated on Fri Oct 3 2025 20:00:59 for ILIAS by
1.9.4 (using
Doxyfile
)