ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
interface.ilAuthPDOInterface.php
Go to the documentation of this file.
1
<?php
2
3
interface
ilAuthPDOInterface
4
{
5
12
public
function
setIdle
(
$time
, $add =
false
);
13
20
public
function
setExpire
(
$time
, $add =
false
);
21
26
public
function
start
();
27
36
public
function
getAuth
();
37
41
public
function
getStatus
();
42
46
public
function
getUsername
();
47
54
public
function
sessionValidThru
();
55
59
public
function
logout
();
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?
$time
$time
Definition:
cron.php:21
ilAuthPDOInterface\logout
logout()
ilAuthPDOInterface\sessionValidThru
sessionValidThru()
Returns the time up to the session is valid.
ilAuthPDOInterface\getStatus
getStatus()
ilAuthPDOInterface\getUsername
getUsername()
Services
Authentication
classes
PDO
interface.ilAuthPDOInterface.php
Generated on Sat Jan 18 2025 19:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)