Class ManageGroupsFeature

java.lang.Object
org.dspace.app.rest.authorization.impl.ManageGroupsFeature
All Implemented Interfaces:
AuthorizationFeature

@Component @AuthorizationFeatureDocumentation(name="canManageGroups", description="It can be used to verify if the current user can manage groups in any community or collection in the site") public class ManageGroupsFeature extends Object implements AuthorizationFeature
The Manage Groups Feature. It can be used to verify if the current user can manage groups in any community or collection in the site. Authorization is granted if the current user has ADMIN permissions for any Community or Collection anywhere in the site AND the corresponding core.authorization.* properties are set to true.