Interface JSPoliciesResource


public interface JSPoliciesResource
Author:
Pedro Igor
  • Method Details

    • create

      @POST @Consumes("application/json") @Produces("application/json") jakarta.ws.rs.core.Response create(JSPolicyRepresentation representation)
    • findById

      @Path("{id}") JSPolicyResource findById(@PathParam("id") String id)
    • findByName

      @Path("/search") @GET @Produces("application/json") JSPolicyRepresentation findByName(@QueryParam("name") String name)