|
ILIAS
release_8 Revision v8.24
|
Interface for shibboleth role assignment plugins. More...
Collaboration diagram for ilShibbolethRoleAssignmentPlugin:Public Member Functions | |
| checkRoleAssignment (int $a_plugin_id, array $a_user_data) | |
| check role assignment for a specific plugin id (defined in the shibboleth role assignment administration). More... | |
Interface for shibboleth role assignment plugins.
Definition at line 22 of file interface.ilShibbolethRoleAssignmentPlugin.php.
| ilShibbolethRoleAssignmentPlugin::checkRoleAssignment | ( | int | $a_plugin_id, |
| array | $a_user_data | ||
| ) |
check role assignment for a specific plugin id (defined in the shibboleth role assignment administration).
| int | $a_plugin_id | Unique plugin id |
| array | $a_user_data | Array with user data ($_SERVER) |