public interface ClientScopePoliciesResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
create(ClientScopePolicyRepresentation representation) |
ClientScopePolicyRepresentation |
findByName(String name) |
@POST @Consumes(value="application/json") @Produces(value="application/json") javax.ws.rs.core.Response create(ClientScopePolicyRepresentation representation)
@Path(value="/search") @GET @Produces(value="application/json") ClientScopePolicyRepresentation findByName(@QueryParam(value="name") String name)
Copyright © 2021 JBoss by Red Hat. All rights reserved.