|
ILIAS
Release_5_0_x_branch Revision 61816
|
Collaboration diagram for ilTestPasswordChecker:Public Member Functions | |
| __construct (ilRbacSystem $rbacsystem, ilObjUser $user, ilObjTest $testOBJ) | |
| isPasswordProtectionPageRedirectRequired () | |
| isUserEnteredPasswordCorrect () | |
| setUserEnteredPassword ($enteredPassword) | |
Protected Member Functions | |
| isTestPasswordEnabled () | |
| isPrivilegedParticipant () | |
| getUserEnteredPassword () | |
| initSession () | |
| buildSessionKey () | |
Protected Attributes | |
| $rbacsystem | |
| $user | |
| $testOBJ | |
Definition at line 11 of file class.ilTestPasswordChecker.php.
| ilTestPasswordChecker::__construct | ( | ilRbacSystem | $rbacsystem, |
| ilObjUser | $user, | ||
| ilObjTest | $testOBJ | ||
| ) |
Definition at line 28 of file class.ilTestPasswordChecker.php.
References $rbacsystem, $testOBJ, $user, and initSession().
Here is the call graph for this function:
|
protected |
Definition at line 90 of file class.ilTestPasswordChecker.php.
Referenced by getUserEnteredPassword(), initSession(), and setUserEnteredPassword().
Here is the caller graph for this function:
|
protected |
Definition at line 77 of file class.ilTestPasswordChecker.php.
References $_SESSION, and buildSessionKey().
Referenced by isUserEnteredPasswordCorrect().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 82 of file class.ilTestPasswordChecker.php.
References $_SESSION, and buildSessionKey().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestPasswordChecker::isPasswordProtectionPageRedirectRequired | ( | ) |
Definition at line 37 of file class.ilTestPasswordChecker.php.
References isPrivilegedParticipant(), isTestPasswordEnabled(), and isUserEnteredPasswordCorrect().
Here is the call graph for this function:
|
protected |
Definition at line 62 of file class.ilTestPasswordChecker.php.
Referenced by isPasswordProtectionPageRedirectRequired().
Here is the caller graph for this function:
|
protected |
Definition at line 57 of file class.ilTestPasswordChecker.php.
Referenced by isPasswordProtectionPageRedirectRequired().
Here is the caller graph for this function:| ilTestPasswordChecker::isUserEnteredPasswordCorrect | ( | ) |
Definition at line 67 of file class.ilTestPasswordChecker.php.
References getUserEnteredPassword().
Referenced by isPasswordProtectionPageRedirectRequired().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestPasswordChecker::setUserEnteredPassword | ( | $enteredPassword | ) |
Definition at line 72 of file class.ilTestPasswordChecker.php.
References $_SESSION, and buildSessionKey().
Here is the call graph for this function:
|
protected |
Definition at line 16 of file class.ilTestPasswordChecker.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilTestPasswordChecker.php.
Referenced by __construct().
|
protected |
Definition at line 21 of file class.ilTestPasswordChecker.php.
Referenced by __construct().