Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.models.utils | |
org.keycloak.representations.idm | |
org.keycloak.services.resources.admin |
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 | Method and Description |
---|---|
static ClientScopeRepresentation |
ModelToRepresentation.toRepresentation(ClientScopeModel clientScopeModel) |
Modifier and Type | Method and Description |
---|---|
static ClientScopeModel |
RepresentationToModel.createClientScope(KeycloakSession session,
RealmModel realm,
ClientScopeRepresentation resourceRep) |
static void |
RepresentationToModel.updateClientScope(ClientScopeRepresentation rep,
ClientScopeModel resource) |
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) |
Modifier and Type | Method and Description |
---|---|
ClientScopeRepresentation |
ClientScopeResource.getClientScope()
Get representation of the client scope
|
Modifier and Type | Method and Description |
---|---|
Stream<ClientScopeRepresentation> |
ClientScopesResource.getClientScopes()
Get client scopes belonging to the realm
Returns a list of client scopes belonging to the realm
|
Stream<ClientScopeRepresentation> |
ClientResource.getDefaultClientScopes()
Get default client scopes.
|
Stream<ClientScopeRepresentation> |
RealmAdminResource.getDefaultDefaultClientScopes()
Get realm default client scopes.
|
Stream<ClientScopeRepresentation> |
RealmAdminResource.getDefaultOptionalClientScopes()
Get realm optional client scopes.
|
Stream<ClientScopeRepresentation> |
ClientResource.getOptionalClientScopes()
Get optional client scopes.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ClientScopesResource.createClientScope(ClientScopeRepresentation rep)
Create a new client scope
Client Scope's name must be unique!
|
javax.ws.rs.core.Response |
ClientScopeResource.update(ClientScopeRepresentation rep)
Update the client scope
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.