Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.representations.idm |
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
RealmResource.convertClientDescription(String description) |
ClientRepresentation |
ClientResource.regenerateRegistrationAccessToken()
Generate a new registration access token for the client
|
ClientRepresentation |
ClientResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ClientRepresentation> |
ClientsResource.findAll() |
List<ClientRepresentation> |
ClientsResource.findAll(boolean viewableOnly) |
List<ClientRepresentation> |
ClientsResource.findByClientId(String clientId) |
Modifier and Type | Method and Description |
---|---|
Response |
ClientsResource.create(ClientRepresentation clientRepresentation) |
void |
ClientResource.update(ClientRepresentation clientRepresentation) |
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 © 2019 JBoss by Red Hat. All rights reserved.