|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilAuthMultiple:Public Member Functions | |
| __construct () | |
| Constructor. | |
| setIdle ($time, $add=false) | |
| set idle | |
| setExpire ($time, $add=false) | |
| set expire | |
| logout () | |
| logout | |
| checkAuth () | |
| check auth | |
| getUsername () | |
| get username | |
| getAuth () | |
| get auth | |
| start () | |
| start | |
| getStatus () | |
| get status | |
Protected Attributes | |
| $settings = null | |
| $auth = null | |
| $auth_modes = null | |
| $current_auth_modes = null | |
| $first_auth_method = true | |
Private Member Functions | |
| initNextAuthObject () | |
| init next auth object | |
Definition at line 35 of file class.ilAuthMultiple.php.
| ilAuthMultiple::__construct | ( | ) |
Constructor.
public
Definition at line 49 of file class.ilAuthMultiple.php.
References ilAuthModeDetermination\_getInstance(), and initNextAuthObject().
Here is the call graph for this function:| ilAuthMultiple::checkAuth | ( | ) |
check auth
public
Definition at line 101 of file class.ilAuthMultiple.php.
References $ilLog, and initNextAuthObject().
Referenced by getAuth().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthMultiple::getAuth | ( | ) |
get auth
public
Definition at line 139 of file class.ilAuthMultiple.php.
References checkAuth().
Here is the call graph for this function:| ilAuthMultiple::getStatus | ( | ) |
get status
public
Definition at line 162 of file class.ilAuthMultiple.php.
| ilAuthMultiple::getUsername | ( | ) |
get username
public
Definition at line 127 of file class.ilAuthMultiple.php.
|
private |
init next auth object
private
Definition at line 175 of file class.ilAuthMultiple.php.
References $ilLog, AUTH_LDAP, AUTH_LOCAL, and AUTH_RADIUS.
Referenced by __construct(), and checkAuth().
Here is the caller graph for this function:| ilAuthMultiple::logout | ( | ) |
logout
public
Definition at line 89 of file class.ilAuthMultiple.php.
| ilAuthMultiple::setExpire | ( | $time, | |
$add = false |
|||
| ) |
set expire
public
Definition at line 77 of file class.ilAuthMultiple.php.
| ilAuthMultiple::setIdle | ( | $time, | |
$add = false |
|||
| ) |
set idle
public
Definition at line 67 of file class.ilAuthMultiple.php.
| ilAuthMultiple::start | ( | ) |
|
protected |
Definition at line 38 of file class.ilAuthMultiple.php.
|
protected |
Definition at line 39 of file class.ilAuthMultiple.php.
|
protected |
Definition at line 40 of file class.ilAuthMultiple.php.
|
protected |
Definition at line 41 of file class.ilAuthMultiple.php.
|
protected |
Definition at line 37 of file class.ilAuthMultiple.php.