|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 () | |
| initSession () | |
| buildSessionKey () | |
| getWrongEnteredPasswordLogMsg () | |
Protected Attributes | |
| $rbacsystem | |
| $user | |
| $testOBJ | |
| $lng | |
Definition at line 12 of file class.ilTestPasswordChecker.php.
| ilTestPasswordChecker::__construct | ( | ilRbacSystem | $rbacsystem, |
| ilObjUser | $user, | ||
| ilObjTest | $testOBJ, | ||
| ilLanguage | $lng | ||
| ) |
Definition at line 34 of file class.ilTestPasswordChecker.php.
References $lng, $rbacsystem, $testOBJ, $user, and initSession().
Here is the call graph for this function:
|
protected |
Definition at line 107 of file class.ilTestPasswordChecker.php.
Referenced by getUserEnteredPassword(), initSession(), and setUserEnteredPassword().
Here is the caller graph for this function:
|
protected |
Definition at line 94 of file class.ilTestPasswordChecker.php.
References $_SESSION, and buildSessionKey().
Referenced by getWrongEnteredPasswordLogMsg(), isUserEnteredPasswordCorrect(), and wrongUserEnteredPasswordExist().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 124 of file class.ilTestPasswordChecker.php.
References ilObjAssessmentFolder\_getLogLanguage(), and getUserEnteredPassword().
Here is the call graph for this function:
|
protected |
Definition at line 99 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 44 of file class.ilTestPasswordChecker.php.
References isPrivilegedParticipant(), isTestPasswordEnabled(), and isUserEnteredPasswordCorrect().
Here is the call graph for this function:
|
protected |
Definition at line 69 of file class.ilTestPasswordChecker.php.
Referenced by isPasswordProtectionPageRedirectRequired().
Here is the caller graph for this function:
|
protected |
Definition at line 64 of file class.ilTestPasswordChecker.php.
Referenced by isPasswordProtectionPageRedirectRequired().
Here is the caller graph for this function:| ilTestPasswordChecker::isUserEnteredPasswordCorrect | ( | ) |
Definition at line 84 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 112 of file class.ilTestPasswordChecker.php.
References ilObjAssessmentFolder\_addLog(), and ilObjAssessmentFolder\_enabledAssessmentLogging().
Here is the call graph for this function:| ilTestPasswordChecker::setUserEnteredPassword | ( | $enteredPassword | ) |
Definition at line 89 of file class.ilTestPasswordChecker.php.
References $_SESSION, and buildSessionKey().
Here is the call graph for this function:| ilTestPasswordChecker::wrongUserEnteredPasswordExist | ( | ) |
Definition at line 74 of file class.ilTestPasswordChecker.php.
References getUserEnteredPassword(), and isUserEnteredPasswordCorrect().
Here is the call graph for this function:
|
protected |
Definition at line 32 of file class.ilTestPasswordChecker.php.
Referenced by __construct().
|
protected |
Definition at line 17 of file class.ilTestPasswordChecker.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilTestPasswordChecker.php.
Referenced by __construct().
|
protected |
Definition at line 22 of file class.ilTestPasswordChecker.php.
Referenced by __construct().