ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
}
settings
settings()
Definition:
settings.php:2
ilAuthCredentials
Interface of auth credentials.
Definition:
interface.ilAuthCredentials.php:11
ilAuthFrontendCredentialsShibboleth\__construct
__construct()
Constructor.
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:25
ilAuthFrontendCredentialsShibboleth\initFromRequest
initFromRequest()
Init credentials from request.
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:45
ilAuthFrontendCredentials\setPassword
setPassword($a_password)
Set password.
Definition:
class.ilAuthFrontendCredentials.php:67
ilAuthFrontendCredentials\setUsername
setUsername($a_name)
Set username.
Definition:
class.ilAuthFrontendCredentials.php:49
ilAuthFrontendCredentialsShibboleth\getSettings
getSettings()
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:37
ilAuthFrontendCredentialsShibboleth\$settings
$settings
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:19
ilAuthFrontendCredentialsShibboleth
Description of class class.
Definition:
class.ilAuthFrontendCredentialsShibboleth.php:14
php
ilAuthFrontendCredentials
Description of class class.
Definition:
class.ilAuthFrontendCredentials.php:13
$GLOBALS
$GLOBALS['JPEG_Segment_Names']
Global Variable: XMP_tag_captions.
Definition:
module.tag.xmp.php:702
Services
AuthShibboleth
classes
class.ilAuthFrontendCredentialsShibboleth.php
Generated on Thu Jan 16 2025 19:02:16 for ILIAS by
1.8.13 (using
Doxyfile
)