|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilAuthPDOInterface:
Collaboration diagram for ilAuthPDOInterface:Public Member Functions | |
| setIdle ($time, $add=false) | |
| Set maximum idle time. More... | |
| setExpire ($time, $add=false) | |
| Set the maximum expire time. More... | |
| start () | |
| Start new auth session. More... | |
| getAuth () | |
| Has the user been authenticated? More... | |
| getStatus () | |
| getUsername () | |
| sessionValidThru () | |
| Returns the time up to the session is valid. More... | |
| logout () | |
Definition at line 3 of file interface.ilAuthPDOInterface.php.
| ilAuthPDOInterface::getAuth | ( | ) |
Has the user been authenticated?
Is there a valid login session. Previously this was different from checkAuth() but now it is just an alias.
Implemented in ilPDOAuthentication.
| ilAuthPDOInterface::getStatus | ( | ) |
Implemented in ilPDOAuthentication.
| ilAuthPDOInterface::getUsername | ( | ) |
Implemented in ilPDOAuthentication.
| ilAuthPDOInterface::logout | ( | ) |
Implemented in ilPDOAuthentication.
| ilAuthPDOInterface::sessionValidThru | ( | ) |
Returns the time up to the session is valid.
@access public
Implemented in ilPDOAuthentication.
| ilAuthPDOInterface::setExpire | ( | $time, | |
$add = false |
|||
| ) |
Set the maximum expire time.
| int | $time | Time in seconds |
| bool | $add | Add time to current expire time or not |
Implemented in ilPDOAuthentication.
| ilAuthPDOInterface::setIdle | ( | $time, | |
$add = false |
|||
| ) |
Set maximum idle time.
| int | $time | Time in seconds. |
| bool | $add | Add to current idle time? |
Implemented in ilPDOAuthentication.
| ilAuthPDOInterface::start | ( | ) |