ILIAS  trunk Revision v11.0_alpha-1843-g9e1fad99175
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilAuthFrontendCredentialsShibboleth.php
Go to the documentation of this file.
1 <?php
2 
26 {
28 
29  public function __construct()
30  {
31  global $DIC;
33  $this->settings = $DIC->settings();
34  }
35 
36  protected function getSettings(): ilSetting
37  {
38  return $this->settings;
39  }
40 
41  public function initFromRequest(): void
42  {
43  $this->setUsername($this->settings->get('shib_login', ''));
44  $this->setPassword('');
45  }
46 }
setPassword(string $a_password)
Set password.
global $DIC
Definition: shib_login.php:22
setUsername(string $a_name)
Set username.
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...