Uses of Annotation Interface
vaultWeb.security.annotations.AdminOnly
Packages that use AdminOnly
-
Uses of AdminOnly in vaultWeb.controllers
Methods in vaultWeb.controllers with annotations of type AdminOnlyModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> GroupController.deleteGroup(Long id) Deletes a group.org.springframework.http.ResponseEntity<Group> GroupController.removeMemberFromGroup(Long groupId, Long userId) Removes a member from a group.org.springframework.http.ResponseEntity<Group> GroupController.updateGroup(Long id, GroupDto updatedGroup) Updates a group.