ILIAS  release_8 Revision v8.24
ilAuthFrontendCredentialsShibboleth Class Reference

Description of class class. 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)
 Set username. More...
 
 getUsername ()
 Get username. More...
 
 setPassword (string $a_password)
 Set password. More...
 
 getPassword ()
 Get password. More...
 
 setAuthMode (string $a_auth_mode)
 Set auth mode. More...
 
 getAuthMode ()
 Get auth mode. More...
 
 setUsername (string $a_name)
 Set username. More...
 
 getUsername ()
 Get username. More...
 
 setPassword (string $a_password)
 Set password. More...
 
 getPassword ()
 Get password. More...
 
 setAuthMode (string $a_auth_mode)
 Set auth mode. More...
 
 getAuthMode ()
 Get auth mode. More...
 

Protected Member Functions

 getSettings ()
 

Private Attributes

ilSetting $settings
 

Detailed Description

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 23 of file class.ilAuthFrontendCredentialsShibboleth.php.

Constructor & Destructor Documentation

◆ __construct()

ilAuthFrontendCredentialsShibboleth::__construct ( )

Reimplemented from ilAuthFrontendCredentials.

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

28 {
29 global $DIC;
31 $this->settings = $DIC->settings();
32 }
global $DIC
Definition: feed.php:28
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

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 34 of file class.ilAuthFrontendCredentialsShibboleth.php.

34 : ilSetting
35 {
36 return $this->settings;
37 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

References $settings.

◆ initFromRequest()

ilAuthFrontendCredentialsShibboleth::initFromRequest ( )

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

39 : void
40 {
41 $this->setUsername($this->settings->get('shib_login', ''));
42 $this->setPassword('');
43 }
setPassword(string $a_password)
Set password.
setUsername(string $a_name)
Set username.

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 25 of file class.ilAuthFrontendCredentialsShibboleth.php.

Referenced by getSettings().


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