Interface ClientScopePoliciesResource
-
public interface ClientScopePoliciesResource- Author:
- Yoshiyuki Tabata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.ws.rs.core.Responsecreate(ClientScopePolicyRepresentation representation)ClientScopePolicyRepresentationfindByName(String name)
-
-
-
Method Detail
-
create
@POST @Consumes("application/json") @Produces("application/json") javax.ws.rs.core.Response create(ClientScopePolicyRepresentation representation)
-
findByName
@Path("/search") @GET @Produces("application/json") ClientScopePolicyRepresentation findByName(@QueryParam("name") String name)
-
-