|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestPasswordChecker:Public Member Functions | |
| __construct (ilRbacSystem $rbacsystem, ilObjUser $user, ilObjTest $testOBJ, ilLanguage $lng) | |
| isPasswordProtectionPageRedirectRequired () | |
| wrongUserEnteredPasswordExist () | |
| isUserEnteredPasswordCorrect () | |
| setUserEnteredPassword ($enteredPassword) | |
| logWrongEnteredPassword () | |
Protected Member Functions | |
| isTestPasswordEnabled () | |
| isPrivilegedParticipant () | |
| getUserEnteredPassword () | |
| buildSessionKey () | |
| getWrongEnteredPasswordLogMsg () | |
Protected Attributes | |
| $rbacsystem | |
| $user | |
| $testOBJ | |
| $lng | |
Definition at line 25 of file class.ilTestPasswordChecker.php.
| ilTestPasswordChecker::__construct | ( | ilRbacSystem | $rbacsystem, |
| ilObjUser | $user, | ||
| ilObjTest | $testOBJ, | ||
| ilLanguage | $lng | ||
| ) |
Definition at line 47 of file class.ilTestPasswordChecker.php.
References $lng, $rbacsystem, $testOBJ, $user, ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 106 of file class.ilTestPasswordChecker.php.
Referenced by getUserEnteredPassword(), and setUserEnteredPassword().
Here is the caller graph for this function:
|
protected |
Definition at line 101 of file class.ilTestPasswordChecker.php.
References buildSessionKey(), and ilSession\get().
Referenced by isUserEnteredPasswordCorrect(), and wrongUserEnteredPasswordExist().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 128 of file class.ilTestPasswordChecker.php.
References ilObjAssessmentFolder\_getLogLanguage(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilTestPasswordChecker::isPasswordProtectionPageRedirectRequired | ( | ) |
Definition at line 55 of file class.ilTestPasswordChecker.php.
References isPrivilegedParticipant(), isTestPasswordEnabled(), and isUserEnteredPasswordCorrect().
Here is the call graph for this function:
|
protected |
Definition at line 77 of file class.ilTestPasswordChecker.php.
Referenced by isPasswordProtectionPageRedirectRequired().
Here is the caller graph for this function:
|
protected |
Definition at line 72 of file class.ilTestPasswordChecker.php.
Referenced by isPasswordProtectionPageRedirectRequired().
Here is the caller graph for this function:| ilTestPasswordChecker::isUserEnteredPasswordCorrect | ( | ) |
Definition at line 91 of file class.ilTestPasswordChecker.php.
References getUserEnteredPassword().
Referenced by isPasswordProtectionPageRedirectRequired(), and wrongUserEnteredPasswordExist().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestPasswordChecker::logWrongEnteredPassword | ( | ) |
Definition at line 111 of file class.ilTestPasswordChecker.php.
References ilObjAssessmentFolder\_addLog(), ilObjAssessmentFolder\_enabledAssessmentLogging(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilTestPasswordChecker::setUserEnteredPassword | ( | $enteredPassword | ) |
Definition at line 96 of file class.ilTestPasswordChecker.php.
References buildSessionKey(), and ilSession\set().
Here is the call graph for this function:| ilTestPasswordChecker::wrongUserEnteredPasswordExist | ( | ) |
Definition at line 82 of file class.ilTestPasswordChecker.php.
References getUserEnteredPassword(), and isUserEnteredPasswordCorrect().
Here is the call graph for this function:
|
protected |
Definition at line 45 of file class.ilTestPasswordChecker.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilTestPasswordChecker.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilTestPasswordChecker.php.
Referenced by __construct().
|
protected |
Definition at line 35 of file class.ilTestPasswordChecker.php.
Referenced by __construct().