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 TypeMethodDescriptionvoid
ClientSessionManager.addChange
(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) Adds a update task to the changelog for a specific client session.void
InfinispanUserSessionProvider.addChange
(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) void
PersistentUserSessionProvider.addChange
(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) void
ClientSessionManager.restartEntity
(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) Resets and replaces the state of the persistedAuthenticatedClientSessionEntity
for the given session.void
InfinispanUserSessionProvider.restartEntity
(EmbeddedClientSessionKey key, PersistentSessionUpdateTask<AuthenticatedClientSessionEntity> task) void
PersistentUserSessionProvider.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.REMOVE
that does no other update.