ILIAS  release_8 Revision v8.24
interface.ilLDAPRoleAssignmentPlugin.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
29{
38 public function checkRoleAssignment(int $a_plugin_id, array $a_user_data): bool;
39
51 public function getAdditionalAttributeNames(): array;
52}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAdditionalAttributeNames()
If additional LDAP attributes values are required in the plugin return an array with these attribute ...
checkRoleAssignment(int $a_plugin_id, array $a_user_data)
check role assignment for a specific plugin id (defined in the ldap role assignment administration).