Package | Description |
---|---|
org.keycloak.models.cache |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheKeycloakSession |
class |
NoCacheKeycloakSession |
Modifier and Type | Field and Description |
---|---|
protected CacheKeycloakSession |
RealmAdapter.cacheSession |
protected CacheKeycloakSession |
RoleAdapter.cacheSession |
protected CacheKeycloakSession |
ClientAdapter.cacheSession |
Modifier and Type | Method and Description |
---|---|
CacheKeycloakSession |
CacheKeycloakSessionFactory.create(ProviderSession providerSession) |
CacheKeycloakSession |
NoCacheKeycloakSessionFactory.create(ProviderSession providerSession) |
CacheKeycloakSession |
SimpleCacheKeycloakSessionFactory.create(ProviderSession providerSession) |
Constructor and Description |
---|
ApplicationAdapter(RealmModel cachedRealm,
CachedApplication cached,
CacheKeycloakSession cacheSession,
KeycloakCache cache) |
ClientAdapter(RealmModel cachedRealm,
CachedClient cached,
KeycloakCache cache,
CacheKeycloakSession cacheSession) |
OAuthClientAdapter(RealmModel cachedRealm,
CachedOAuthClient cached,
CacheKeycloakSession cacheSession,
KeycloakCache cache) |
RealmAdapter(CachedRealm cached,
CacheKeycloakSession cacheSession) |
RoleAdapter(CachedRole cached,
KeycloakCache cache,
CacheKeycloakSession session,
RealmModel realm) |
Copyright © 2014. All Rights Reserved.