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.Response
create(ClientScopePolicyRepresentation representation)
ClientScopePolicyRepresentation
findByName(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)
-
-