ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
interface.ilAuthCredentials.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
interface
ilAuthCredentials
22
{
23
public
function
setUsername
(
string
$a_name): void;
24
25
public
function
getUsername
(): string;
26
27
public
function
setPassword
(
string
$a_password): void;
28
29
public
function
getPassword
(): string;
30
31
public
function
setAuthMode
(
string
$a_auth_mode): void;
32
33
public
function
getAuthMode
(): string;
34
}
ilAuthCredentials
Definition:
interface.ilAuthCredentials.php:22
ilAuthCredentials\getUsername
getUsername()
ilAuthCredentials\getAuthMode
getAuthMode()
ilAuthCredentials\setPassword
setPassword(string $a_password)
ilAuthCredentials\getPassword
getPassword()
ilAuthCredentials\setAuthMode
setAuthMode(string $a_auth_mode)
ilAuthCredentials\setUsername
setUsername(string $a_name)
components
ILIAS
Authentication
interfaces
interface.ilAuthCredentials.php
Generated on Sat Oct 18 2025 23:02:29 for ILIAS by
1.9.4 (using
Doxyfile
)