| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Go to the source code of this file.
Functions | |
| db_pwassist_create_id () | |
| Creates a new secure id.  More... | |
| db_pwassist_session_read (string $pwassist_id) | |
| db_pwassist_session_find (int $user_id) | |
| db_pwassist_session_write (string $pwassist_id, int $maxlifetime, int $user_id) | |
| db_pwassist_session_destroy (string $pwassist_id) | |
| db_pwassist_session_gc () | |
| db_pwassist_create_id | ( | ) | 
Creates a new secure id.
The secure id has the following characteristics:
Definition at line 30 of file inc.pwassist_session_handler.php.
References $DIC, $ilDB, ilPasswordUtils\getBytes(), ILIAS\Repository\int(), and ilDBConstants\T_TEXT.
Referenced by ilPasswordAssistanceGUI\submitAssistanceForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| db_pwassist_session_destroy | ( | string | $pwassist_id | ) | 
Definition at line 103 of file inc.pwassist_session_handler.php.
References $DIC, $ilDB, $q, and ilDBConstants\T_TEXT.
Referenced by ilPasswordAssistanceGUI\submitAssignPasswordForm(), and ilSessionTest\testPasswordAssisstanceSession().
 Here is the caller graph for this function:| db_pwassist_session_find | ( | int | $user_id | ) | 
Definition at line 71 of file inc.pwassist_session_handler.php.
References $DIC, $ilDB, $q, $r, and ilDBConstants\T_INTEGER.
Referenced by ilSessionTest\testPasswordAssisstanceSession().
 Here is the caller graph for this function:| db_pwassist_session_gc | ( | ) | 
Definition at line 114 of file inc.pwassist_session_handler.php.
References $DIC, $ilDB, $q, and ilDBConstants\T_INTEGER.
Referenced by ilSessionTest\testPasswordAssisstanceSession().
 Here is the caller graph for this function:| db_pwassist_session_read | ( | string | $pwassist_id | ) | 
Definition at line 56 of file inc.pwassist_session_handler.php.
References $DIC, $ilDB, $q, $r, and ilDBConstants\T_TEXT.
Referenced by ilPasswordAssistanceGUI\showAssignPasswordForm(), ilPasswordAssistanceGUI\submitAssignPasswordForm(), and ilSessionTest\testPasswordAssisstanceSession().
 Here is the caller graph for this function:| db_pwassist_session_write | ( | string | $pwassist_id, | 
| int | $maxlifetime, | ||
| int | $user_id | ||
| ) | 
Definition at line 83 of file inc.pwassist_session_handler.php.
References $DIC, $ilDB, $q, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Referenced by ilPasswordAssistanceGUI\submitAssistanceForm(), and ilSessionTest\testPasswordAssisstanceSession().
 Here is the caller graph for this function: