Class RoleRestController
java.lang.Object
org.tkit.onecx.quarkus.it.security.RoleRestController
- All Implemented Interfaces:
RoleInternalApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsecreateRole(CreateRoleRequestDTO createRoleRequestDTO) jakarta.ws.rs.core.ResponsedeleteRole(String id) jakarta.ws.rs.core.ResponsegetRoleById(String id) jakarta.ws.rs.core.ResponseupdateRole(String id, UpdateRoleRequestDTO updateRoleRequestDTO)
-
Constructor Details
-
RoleRestController
public RoleRestController()
-
-
Method Details
-
createRole
- Specified by:
createRolein interfaceRoleInternalApi
-
deleteRole
- Specified by:
deleteRolein interfaceRoleInternalApi
-
getRoleById
- Specified by:
getRoleByIdin interfaceRoleInternalApi
-
updateRole
- Specified by:
updateRolein interfaceRoleInternalApi
-