ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 }
setIdle($time, $add=false)
Set maximum idle time.
start()
Start new auth session.
setExpire($time, $add=false)
Set the maximum expire time.
getAuth()
Has the user been authenticated?
sessionValidThru()
Returns the time up to the session is valid.