ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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:21
ilAuthCredentials\setPassword
setPassword(string $a_password)
ilAuthCredentials\getUsername
getUsername()
ilAuthCredentials\setUsername
setUsername(string $a_name)
ilAuthCredentials\getPassword
getPassword()
ilAuthCredentials\getAuthMode
getAuthMode()
ilAuthCredentials\setAuthMode
setAuthMode(string $a_auth_mode)
components
ILIAS
Authentication
interfaces
interface.ilAuthCredentials.php
Generated on Sun Aug 31 2025 23:02:08 for ILIAS by
1.8.13 (using
Doxyfile
)