ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
interface.ilLDAPRoleAssignmentPlugin.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
29{
38 public function checkRoleAssignment(int $a_plugin_id, array $a_user_data): bool;
39
51 public function getAdditionalAttributeNames(): array;
52}
Interface for ldap role assignment plugins.
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).