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 |
OfflinePersistentWorkerContext |
Modifier and Type | Method and Description |
---|---|
void |
SessionInitializerWorker.setWorkerEnvironment(SessionLoader.LoaderContext loaderCtx,
SessionLoader.WorkerContext workerCtx,
SessionLoader sessionLoader) |
Modifier and Type | Method and Description |
---|---|
SessionLoader.WorkerContext |
RemoteCacheSessionsLoader.computeWorkerContext(RemoteCacheSessionsLoaderContext loaderCtx,
int segment,
int workerId,
SessionLoader.WorkerResult previousResult) |
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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.