ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
ilComponentWebAccessChecker Interface Reference

interface for modular web access checker More...

+ Inheritance diagram for ilComponentWebAccessChecker:
+ Collaboration diagram for ilComponentWebAccessChecker:

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...
 

Detailed Description

interface for modular web access checker

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
Id
class.ilObjFolder.php 25528 2010-09-03 10:37:11Z smeyer
Deprecated:
Implement ilWACCheckClass and register your component using the service.xml/module.xml

Definition at line 14 of file interface.ilComponentWebAccessChecker.php.

Member Function Documentation

◆ checkAccess()

ilComponentWebAccessChecker::checkAccess ( array  $a_user_ids)

Custom access method.

Parameters
array$a_user_ids
Returns
bool

Implemented in ilFileSystemStorageWebAccessChecker.

◆ getRepositoryObjectId()

ilComponentWebAccessChecker::getRepositoryObjectId ( )

Get repository object id from path if any.

If an object id is returned a simple RBAC-based access check is done

Returns
int

Implemented in ilFileSystemStorageWebAccessChecker.

◆ isValidPath()

ilComponentWebAccessChecker::isValidPath ( array  $a_path)

Check if current (image) path is valid.

Parameters
array$a_path
Returns
bool

Implemented in ilFileSystemStorageWebAccessChecker.


The documentation for this interface was generated from the following file: