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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.corefinance.common.controller.CrudController
createEntity, createOrUpdate, delete, getEntityConverter, search, updateEntity, viewDetails
-
Constructor Details
-
RoleController
public RoleController()
-
-
Method Details
-
getHandlingService
- Specified by:
getHandlingServicein interfacetech.corefinance.common.controller.CrudController<String,CommonRole<?>, RoleDto>
-