ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
interface.ilAuthCredentials.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
28 {
32  public function setUsername(string $a_name): void;
33 
37  public function getUsername(): string;
38 
42  public function setPassword(string $a_password): void;
43 
47  public function getPassword(): string;
48 
54  public function setAuthMode(string $a_auth_mode): void;
55 
59  public function getAuthMode(): string;
60 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setPassword(string $a_password)
Set password.
getUsername()
Get username.
setUsername(string $a_name)
Set username.
getPassword()
Get password.
getAuthMode()
Get auth mode.
setAuthMode(string $a_auth_mode)
Set auth mode.