ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilAuthFrontendCredentialsShibboleth Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilAuthFrontendCredentialsShibboleth:
+ Collaboration diagram for ilAuthFrontendCredentialsShibboleth:

Public Member Functions

 __construct ()
 
 initFromRequest ()
 
- Public Member Functions inherited from ilAuthFrontendCredentials
 __construct ()
 
 setUsername (string $a_name)
 
 getUsername ()
 
 setPassword (string $a_password)
 
 getPassword ()
 
 setAuthMode (string $a_auth_mode)
 
 getAuthMode ()
 
 setUsername (string $a_name)
 
 getUsername ()
 
 setPassword (string $a_password)
 
 getPassword ()
 
 setAuthMode (string $a_auth_mode)
 
 getAuthMode ()
 

Protected Member Functions

 getSettings ()
 

Private Attributes

ilSetting $settings
 

Additional Inherited Members

- Protected Attributes inherited from ilAuthFrontendCredentials
ilLogger $logger
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Description of class class

Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e

Definition at line 25 of file class.ilAuthFrontendCredentialsShibboleth.php.

Constructor & Destructor Documentation

◆ __construct()

ilAuthFrontendCredentialsShibboleth::__construct ( )

Reimplemented from ilAuthFrontendCredentials.

Definition at line 29 of file class.ilAuthFrontendCredentialsShibboleth.php.

30 {
31 global $DIC;
33 $this->settings = $DIC->settings();
34 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
global $DIC
Definition: shib_login.php:26

References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\settings().

+ Here is the call graph for this function:

Member Function Documentation

◆ getSettings()

ilAuthFrontendCredentialsShibboleth::getSettings ( )
protected

Definition at line 36 of file class.ilAuthFrontendCredentialsShibboleth.php.

References $settings.

◆ initFromRequest()

ilAuthFrontendCredentialsShibboleth::initFromRequest ( )

Definition at line 41 of file class.ilAuthFrontendCredentialsShibboleth.php.

41 : void
42 {
43 $this->setUsername($this->settings->get('shib_login', ''));
44 $this->setPassword('');
45 }

References ilAuthFrontendCredentials\setPassword(), ILIAS\Repository\settings(), and ilAuthFrontendCredentials\setUsername().

+ Here is the call graph for this function:

Field Documentation

◆ $settings

ilSetting ilAuthFrontendCredentialsShibboleth::$settings
private

Definition at line 27 of file class.ilAuthFrontendCredentialsShibboleth.php.

Referenced by getSettings().


The documentation for this class was generated from the following file: