Interface ResourcePermissionsResource
public interface ResourcePermissionsResource
- Author:
- Pedro Igor
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
create
(ResourcePermissionRepresentation representation) findByName
(String name)
-
Method Details
-
create
@POST @Consumes("application/json") @Produces("application/json") jakarta.ws.rs.core.Response create(ResourcePermissionRepresentation representation) -
findById
-
findByName
@Path("/search") @GET @Produces("application/json") ResourcePermissionRepresentation findByName(@QueryParam("name") String name)
-