ILIAS
release_8 Revision v8.19
|
Class ilWebAccessCheckerDelivery. More...
Public Member Functions | |
__construct (Services $httpState, CookieFactory $cookieFactory) | |
ilWebAccessCheckerDelivery constructor. More... | |
Static Public Member Functions | |
static | run (Services $httpState, CookieFactory $cookieFactory) |
Protected Member Functions | |
handleRequest () | |
deny () | |
deliverDummyImage () | |
deliverDummyVideo () | |
handleNotFoundError (ilWACException $e) | |
handleAccessErrors (ilWACException $e) | |
deliver () | |
Private Attributes | |
ilWebAccessChecker | $wac |
Services | $http |
Class ilWebAccessCheckerDelivery.
Definition at line 28 of file class.ilWebAccessCheckerDelivery.php.
ilWebAccessCheckerDelivery::__construct | ( | Services | $httpState, |
CookieFactory | $cookieFactory | ||
) |
ilWebAccessCheckerDelivery constructor.
Definition at line 44 of file class.ilWebAccessCheckerDelivery.php.
References ILIAS\FileDelivery\http().
|
protected |
ilWACException |
Definition at line 174 of file class.ilWebAccessCheckerDelivery.php.
References $http, ilWACException\ACCESS_WITHOUT_CHECK, and ILIAS\FileDelivery\Delivery\setCache().
Referenced by handleRequest().
|
protected |
Definition at line 108 of file class.ilWebAccessCheckerDelivery.php.
References ILIAS\FileDelivery\http().
Referenced by handleAccessErrors().
|
protected |
Definition at line 116 of file class.ilWebAccessCheckerDelivery.php.
References ILIAS\FileDelivery\http().
Referenced by handleAccessErrors().
|
protected |
ilWACException |
Definition at line 99 of file class.ilWebAccessCheckerDelivery.php.
References ilWACException\ACCESS_DENIED, and ilWACException\ACCESS_WITHOUT_CHECK.
Referenced by handleRequest().
|
protected |
Definition at line 132 of file class.ilWebAccessCheckerDelivery.php.
References Vendor\Package\$e, $response, deliverDummyImage(), deliverDummyVideo(), and ILIAS\FileDelivery\http().
Referenced by handleRequest().
|
protected |
Definition at line 123 of file class.ilWebAccessCheckerDelivery.php.
References $response, and ILIAS\FileDelivery\http().
Referenced by handleRequest().
|
protected |
Definition at line 51 of file class.ilWebAccessCheckerDelivery.php.
References Vendor\Package\$e, ilWACException\ACCESS_DENIED, ilWACException\ACCESS_DENIED_NO_LOGIN, ilWACException\ACCESS_DENIED_NO_PUB, ilWACException\ACCESS_WITHOUT_CHECK, deliver(), deny(), ilWebAccessChecker\DISPOSITION, handleAccessErrors(), ilInitialisation\handleErrorReporting(), handleNotFoundError(), ILIAS\FileDelivery\http(), ilWACException\INITIALISATION_FAILED, ilWACException\NO_CHECKING_INSTANCE, ilWACException\NOT_FOUND, ilWebAccessChecker\REVALIDATE, and ilWebAccessChecker\STATUS_CODE.
|
static |
Definition at line 34 of file class.ilWebAccessCheckerDelivery.php.
|
private |
Definition at line 31 of file class.ilWebAccessCheckerDelivery.php.
Referenced by deliver().
|
private |
Definition at line 30 of file class.ilWebAccessCheckerDelivery.php.