Interface RoleInternal2Api
- All Known Implementing Classes:
RoleRestController2
@Path("/internal/roles/search")
@Generated(value="org.openapitools.codegen.languages.JavaJAXRSSpecServerCodegen",
date="2024-06-20T18:01:29.166756991Z[Etc/UTC]",
comments="Generator version: 7.6.0")
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)
-