public interface ClientScopesResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
create(ClientScopeRepresentation clientScopeRepresentation) |
List<ClientScopeRepresentation> |
findAll() |
ClientScopeResource |
get(String id) |
@Path(value="{id}") ClientScopeResource get(@PathParam(value="id") String id)
@POST @Consumes(value="application/json") javax.ws.rs.core.Response create(ClientScopeRepresentation clientScopeRepresentation)
@GET @Produces(value="application/json") List<ClientScopeRepresentation> findAll()
Copyright © 2021 JBoss by Red Hat. All rights reserved.