ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilLDAPRoleAssignmentPlugin.php
Go to the documentation of this file.
1 <?php
2 
3 declare(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...
checkRoleAssignment(int $a_plugin_id, array $a_user_data)
check role assignment for a specific plugin id (defined in the ldap role assignment administration)...
getAdditionalAttributeNames()
If additional LDAP attributes values are required in the plugin return an array with these attribute ...