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