| Package | Description |
|---|---|
| org.keycloak.admin.client.resource | |
| org.keycloak.representations.idm |
| Modifier and Type | Method and Description |
|---|---|
ClientScopeRepresentation |
ClientScopeResource.toRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
List<ClientScopeRepresentation> |
ClientScopesResource.findAll() |
List<ClientScopeRepresentation> |
ClientResource.getDefaultClientScopes()
Get default client scopes.
|
List<ClientScopeRepresentation> |
RealmResource.getDefaultDefaultClientScopes() |
List<ClientScopeRepresentation> |
RealmResource.getDefaultOptionalClientScopes() |
List<ClientScopeRepresentation> |
ClientResource.getOptionalClientScopes()
Get optional client scopes.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ClientScopesResource.create(ClientScopeRepresentation clientScopeRepresentation) |
void |
ClientScopeResource.update(ClientScopeRepresentation rep) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClientScopeRepresentation> |
RealmRepresentation.clientScopes |
| Modifier and Type | Method and Description |
|---|---|
List<ClientScopeRepresentation> |
RealmRepresentation.getClientScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmRepresentation.setClientScopes(List<ClientScopeRepresentation> clientScopes) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.