Package | Description |
---|---|
org.keycloak.models.sessions.infinispan.initializer | |
org.keycloak.models.sessions.infinispan.remotestore |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionLoader<LOADER_CONTEXT extends SessionLoader.LoaderContext,WORKER_CONTEXT extends SessionLoader.WorkerContext,WORKER_RESULT extends SessionLoader.WorkerResult> |
Modifier and Type | Class and Description |
---|---|
class |
OfflinePersistentWorkerResult |
Modifier and Type | Method and Description |
---|---|
SessionLoader.WorkerResult |
SessionInitializerWorker.apply(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager) |
Modifier and Type | Method and Description |
---|---|
SessionLoader.WorkerResult |
RemoteCacheSessionsLoader.createFailedWorkerResult(RemoteCacheSessionsLoaderContext loaderContext,
SessionLoader.WorkerContext workerContext) |
SessionLoader.WorkerResult |
RemoteCacheSessionsLoader.loadSessions(KeycloakSession session,
RemoteCacheSessionsLoaderContext loaderContext,
SessionLoader.WorkerContext ctx) |
Modifier and Type | Method and Description |
---|---|
SessionLoader.WorkerContext |
RemoteCacheSessionsLoader.computeWorkerContext(RemoteCacheSessionsLoaderContext loaderCtx,
int segment,
int workerId,
SessionLoader.WorkerResult previousResult) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.