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