Interface RoleInternal2Api

All Known Implementing Classes:
RoleRestController2

@Path("/internal/roles/search") @Generated(value="org.openapitools.codegen.languages.JavaJAXRSSpecServerCodegen", date="2024-10-24T11:52:41.391618473Z[Etc/UTC]", comments="Generator version: 7.9.0") public interface RoleInternal2Api
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    searchRoles(@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)