| Package | Description |
|---|---|
| org.keycloak.representations.idm |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationRepresentation
Deprecated.
|
class |
OAuthClientRepresentation
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ClientRepresentation> |
RealmRepresentation.clients |
protected List<ClientRepresentation> |
PartialImportRepresentation.clients |
| Modifier and Type | Method and Description |
|---|---|
List<ClientRepresentation> |
RealmRepresentation.getClients() |
List<ClientRepresentation> |
PartialImportRepresentation.getClients() |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmRepresentation.setClients(List<ClientRepresentation> clients) |
void |
PartialImportRepresentation.setClients(List<ClientRepresentation> clients) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.