ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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 Apr 5 2025 21:01:14 for ILIAS by
1.8.13 (using
Doxyfile
)