ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
interface.ilAuthPDOInterface.php
Go to the documentation of this file.
1
<?
php
2
3
interface
ilAuthPDOInterface
{
4
11
public
function
setIdle
($time, $add =
false
);
12
19
public
function
setExpire
($time, $add =
false
);
20
25
public
function
start
();
26
35
function
getAuth
();
36
40
function
getStatus
();
41
45
function
getUsername
();
46
53
function
sessionValidThru
();
54
58
function
logout
();
59
60
}
ilAuthPDOInterface\setIdle
setIdle($time, $add=false)
Set maximum idle time.
ilAuthPDOInterface\start
start()
Start new auth session.
ilAuthPDOInterface
Definition:
interface.ilAuthPDOInterface.php:3
ilAuthPDOInterface\setExpire
setExpire($time, $add=false)
Set the maximum expire time.
ilAuthPDOInterface\getAuth
getAuth()
Has the user been authenticated?
ilAuthPDOInterface\logout
logout()
ilAuthPDOInterface\sessionValidThru
sessionValidThru()
Returns the time up to the session is valid.
ilAuthPDOInterface\getStatus
getStatus()
ilAuthPDOInterface\getUsername
getUsername()
php
Services
Authentication
classes
PDO
interface.ilAuthPDOInterface.php
Generated on Fri Jan 24 2025 19:01:05 for ILIAS by
1.8.13 (using
Doxyfile
)