Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.storage.federated |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientModel |
Modifier and Type | Method and Description |
---|---|
ClientScopeModel |
RealmModel.addClientScope(String name) |
ClientScopeModel |
RealmModel.addClientScope(String id,
String name) |
ClientScopeModel |
RealmModel.getClientScopeById(String id) |
ClientScopeModel |
RealmProvider.getClientScopeById(String id,
RealmModel realm) |
default ClientScopeModel |
ClientModel.getDynamicClientScope(String scope)
Returns a
ClientScopeModel associated with this client. |
Modifier and Type | Method and Description |
---|---|
List<ClientScopeModel> |
RealmModel.getClientScopes() |
Set<ClientScopeModel> |
ClientSessionContext.getClientScopes() |
Map<String,ClientScopeModel> |
ClientModel.getClientScopes(boolean defaultScope,
boolean filterByProtocol)
Return all default scopes (if 'defaultScope' is true) or all optional scopes (if 'defaultScope' is false) linked with this client
|
List<ClientScopeModel> |
RealmModel.getDefaultClientScopes(boolean defaultScope) |
Set<ClientScopeModel> |
UserConsentModel.getGrantedClientScopes() |
Modifier and Type | Method and Description |
---|---|
void |
ClientModel.addClientScope(ClientScopeModel clientScope,
boolean defaultScope)
Add clientScope with this client.
|
void |
RealmModel.addDefaultClientScope(ClientScopeModel clientScope,
boolean defaultScope) |
void |
UserConsentModel.addGrantedClientScope(ClientScopeModel clientScope) |
boolean |
UserConsentModel.isClientScopeGranted(ClientScopeModel clientScope) |
void |
UserProvider.preRemove(ClientScopeModel clientScope) |
void |
ClientModel.removeClientScope(ClientScopeModel clientScope) |
void |
RealmModel.removeDefaultClientScope(ClientScopeModel clientScope) |
Modifier and Type | Method and Description |
---|---|
void |
UserFederatedStorageProvider.preRemove(ClientScopeModel clientScope) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.