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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadminUsers(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
AdminUsersController
-
-
Method Details
-
adminUsers
@GetMapping("/dashboard/admin/users") public String adminUsers(org.springframework.ui.Model model, org.springframework.security.core.Authentication authentication)
-