ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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...
 

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 ( )

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

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

28  {
29  global $DIC;
31  $this->settings = $DIC->settings();
32  }
global $DIC
Definition: feed.php:28
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ getSettings()

ilAuthFrontendCredentialsShibboleth::getSettings ( )
protected

◆ initFromRequest()

ilAuthFrontendCredentialsShibboleth::initFromRequest ( )

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

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

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.
+ 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: