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