Class GroupController
- java.lang.Object
-
- com.netgrif.application.engine.orgstructure.web.GroupController
-
@RestController @RequestMapping("/api/group") @ConditionalOnProperty(value="nae.group.web.enabled", havingValue="true", matchIfMissing=true) public class GroupController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GroupController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupsResource
getAllGroups()
-
-
-
Method Detail
-
getAllGroups
@PreAuthorize("hasRole(\'ADMIN\')") @RequestMapping(value="/all", method=GET, produces="application/hal+json") public GroupsResource getAllGroups()
-
-