Class RoleController

java.lang.Object
tech.corefinance.userprofile.common.controller.RoleController
All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,CommonRole<?>,RoleDto>

@RestController @RequestMapping("/roles") @ControllerManagedResource("role") @ConditionalOnProperty(prefix="tech.corefinance.security", name="authorize-check", havingValue="true", matchIfMissing=true) public class RoleController extends Object implements tech.corefinance.common.controller.CrudController<String,CommonRole<?>,RoleDto>
  • Constructor Details

    • RoleController

      public RoleController()
  • Method Details