30 return self::$aclList->existPartIn($part, $providerClass);
40 return self::$aclList->existAclIn($elm, $providerClass);
43 public static function roleExists(
string $roleName): bool {
44 return self::$aclList->roleExists($roleName);
48 return self::$aclList->resourceExists($resourceName);
52 return self::$aclList->permissionExists($permissionName);
Ubiquity\security\acl\models$AbastractAclElement This class is part of Ubiquity.
Ubiquity\security\acl\models$AclElement This class is part of Ubiquity.
Ubiquity\security\acl\models$AclList This class is part of Ubiquity.
static permissionExists(string $permissionName)
static roleExists(string $roleName)
static cacheUpdated()
Checks if ACL cache is updated.
static existPartIn(AbstractAclPart $part, string $providerClass)
static existAclIn(AclElement $elm, string $providerClass)
static resourceExists(string $resourceName)