ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
interface.ilAuthCredentials.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11
interface
ilAuthCredentials
12
{
16
public
function
setUsername
($a_name);
17
21
public
function
getUsername
();
22
26
public
function
setPassword
($a_password);
27
31
public
function
getPassword
();
32
37
public
function
setCaptchaCode
($a_code);
38
42
public
function
getCaptchaCode
();
43
49
public
function
setAuthMode
($a_auth_mode);
50
54
public
function
getAuthMode
();
55
}
ilAuthCredentials\setPassword
setPassword($a_password)
Set password.
ilAuthCredentials
Interface of auth credentials.
Definition:
interface.ilAuthCredentials.php:11
ilAuthCredentials\setUsername
setUsername($a_name)
Set username.
ilAuthCredentials\getUsername
getUsername()
Get username.
ilAuthCredentials\setCaptchaCode
setCaptchaCode($a_code)
Set captcha code.
ilAuthCredentials\getPassword
getPassword()
Get password.
ilAuthCredentials\getAuthMode
getAuthMode()
Get auth mode.
ilAuthCredentials\setAuthMode
setAuthMode($a_auth_mode)
Set auth mode.
ilAuthCredentials\getCaptchaCode
getCaptchaCode()
Get captcha code.
Services
Authentication
interfaces
interface.ilAuthCredentials.php
Generated on Sat Jan 18 2025 19:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)