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