ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Class ilCtrlTokenRepository. More...
Public Member Functions | |
getToken () | |
Protected Member Functions | |
fetchToken () | |
Returns the currently stored token from the session. More... | |
storeToken (ilCtrlTokenInterface $token) | |
Stores the given token in the curren session. More... | |
generateToken () | |
Returns a cryptographically secure token. More... | |
Class ilCtrlTokenRepository.
Definition at line 26 of file class.ilCtrlTokenRepository.php.
|
protected |
Returns the currently stored token from the session.
Definition at line 45 of file class.ilCtrlTokenRepository.php.
References ilSession\get(), ilSession\has(), null, and ilCtrlInterface\PARAM_CSRF_TOKEN.
Referenced by getToken().
|
protected |
Returns a cryptographically secure token.
Definition at line 69 of file class.ilCtrlTokenRepository.php.
References $token.
Referenced by getToken().
ilCtrlTokenRepository::getToken | ( | ) |
Implements ilCtrlTokenRepositoryInterface.
Definition at line 31 of file class.ilCtrlTokenRepository.php.
References $token, fetchToken(), generateToken(), and storeToken().
|
protected |
Stores the given token in the curren session.
ilCtrlTokenInterface | $token |
Definition at line 59 of file class.ilCtrlTokenRepository.php.
References ilCtrlInterface\PARAM_CSRF_TOKEN, and ilSession\set().
Referenced by getToken().