Uses of Interface
org.keycloak.models.sessions.infinispan.changes.PersistentSessionUpdateTask
Packages that use PersistentSessionUpdateTask
Package
Description
-
Uses of PersistentSessionUpdateTask in org.keycloak.models.sessions.infinispan
Methods in org.keycloak.models.sessions.infinispan with parameters of type PersistentSessionUpdateTaskModifier and TypeMethodDescriptionvoidClientSessionManager.addChange(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) Adds a update task to the changelog for a specific client session.voidInfinispanUserSessionProvider.addChange(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) voidPersistentUserSessionProvider.addChange(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) voidClientSessionManager.restartEntity(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) Resets and replaces the state of the persistedAuthenticatedClientSessionEntityfor the given session.voidInfinispanUserSessionProvider.restartEntity(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) voidPersistentUserSessionProvider.restartEntity(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) -
Uses of PersistentSessionUpdateTask in org.keycloak.models.sessions.infinispan.changes
Classes in org.keycloak.models.sessions.infinispan.changes that implement PersistentSessionUpdateTaskMethods in org.keycloak.models.sessions.infinispan.changes that return PersistentSessionUpdateTaskModifier and TypeMethodDescriptionstatic <S extends SessionEntity>
PersistentSessionUpdateTask<S>Tasks.removeSync(boolean offline) Returns a typed task of typeSessionUpdateTask.CacheOperation.REMOVEthat does no other update.