public interface ClientsResource
Modifier and Type | Method and Description |
---|---|
Response |
create(ClientRepresentation clientRepresentation) |
List<ClientRepresentation> |
findAll() |
List<ClientRepresentation> |
findAll(boolean viewableOnly) |
List<ClientRepresentation> |
findByClientId(String clientId) |
ClientResource |
get(String id) |
ClientResource get(String id)
Response create(ClientRepresentation clientRepresentation)
List<ClientRepresentation> findAll()
List<ClientRepresentation> findAll(boolean viewableOnly)
List<ClientRepresentation> findByClientId(String clientId)
Copyright © 2019 JBoss by Red Hat. All rights reserved.