Class ManageWorkflowGroupFeature

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

@Component @AuthorizationFeatureDocumentation(name="canManageWorkflowGroup", description="It can be used to verify if a collection workflow group can be created, deleted, viewed or edited") public class ManageWorkflowGroupFeature extends Object implements AuthorizationFeature
The manage workflow group feature. It can be used to verify if a collection workflow group can be created, deleted, viewed or edited. Authorization is granted if the current user has ADMIN permissions on the given collection and the configuration allows the collection admin to manage workflow groups, OR the current user has ADMIN permissions on the given collection's owning community and the configuration allows the community admin to manage workflow groups.
  • Field Details

  • Constructor Details

    • ManageWorkflowGroupFeature

      public ManageWorkflowGroupFeature()
  • Method Details