ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
interface for modular web access checker More...
Public Member Functions | |
isValidPath (array $a_path) | |
Check if current (image) path is valid. More... | |
getRepositoryObjectId () | |
Get repository object id from path if any. More... | |
checkAccess (array $a_user_ids) | |
Custom access method. More... | |
interface for modular web access checker
Definition at line 14 of file interface.ilComponentWebAccessChecker.php.
ilComponentWebAccessChecker::checkAccess | ( | array | $a_user_ids | ) |
Custom access method.
array | $a_user_ids |
Implemented in ilFileSystemStorageWebAccessChecker.
ilComponentWebAccessChecker::getRepositoryObjectId | ( | ) |
Get repository object id from path if any.
If an object id is returned a simple RBAC-based access check is done
Implemented in ilFileSystemStorageWebAccessChecker.
ilComponentWebAccessChecker::isValidPath | ( | array | $a_path | ) |
Check if current (image) path is valid.
array | $a_path |
Implemented in ilFileSystemStorageWebAccessChecker.