| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.cache | |
| org.keycloak.models.cache.entities |
| Modifier and Type | Method and Description |
|---|---|
RealmProvider |
KeycloakSession.realms()
Returns a managed provider instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ImpersonationConstants.setupMasterRealmRole(RealmProvider model,
RealmModel realm) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheRealmProvider |
| Modifier and Type | Method and Description |
|---|---|
RealmProvider |
CacheRealmProvider.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CachedRealm.cacheClients(RealmCache cache,
RealmProvider delegate,
RealmModel model) |
protected void |
CachedRealm.cacheClientTemplates(RealmCache cache,
RealmProvider delegate,
RealmModel model) |
| Constructor and Description |
|---|
CachedClient(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientModel model) |
CachedClientTemplate(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientTemplateModel model) |
CachedRealm(RealmCache cache,
RealmProvider delegate,
RealmModel model) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.