Class AdminUsersController

java.lang.Object
org.tavall.couriers.web.view.controller.dsahboard.admin.AdminUsersController

@Controller @PreAuthorize("hasAnyAuthority('PERM_USER_PROMOTE_TO_DRIVER','PERM_USER_DEMOTE_FROM_DRIVER','PERM_ADMIN_VIEW_USERS')") public class AdminUsersController extends Object
  • Constructor Details

  • Method Details

    • adminUsers

      @GetMapping("/dashboard/admin/users") public String adminUsers(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication)