Interface RoleInternal2Api
- All Known Implementing Classes:
RoleRestController2
@Path("/internal/roles/search")
@Generated(value="org.openapitools.codegen.languages.JavaJAXRSSpecServerCodegen",
date="2024-02-29T20:04:00.644645918Z[Etc/UTC]")
public interface RoleInternal2Api
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsesearchRoles(@Valid @NotNull RoleSearchCriteriaDTO roleSearchCriteriaDTO)
-
Method Details
-
searchRoles
@PermissionsAllowed("read") @POST @Consumes("application/json") @Produces("application/json") jakarta.ws.rs.core.Response searchRoles(@Valid @NotNull @Valid @NotNull RoleSearchCriteriaDTO roleSearchCriteriaDTO)
-