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