Uses of Interface
org.keycloak.models.KeycloakTransaction
Packages that use KeycloakTransaction
Package
Description
-
Uses of KeycloakTransaction in org.keycloak.connections.jpa
Classes in org.keycloak.connections.jpa that implement KeycloakTransaction -
Uses of KeycloakTransaction in org.keycloak.events
Classes in org.keycloak.events that implement KeycloakTransaction -
Uses of KeycloakTransaction in org.keycloak.keys.infinispan
Methods in org.keycloak.keys.infinispan that return KeycloakTransactionModifier and TypeMethodDescriptionprotected KeycloakTransaction
InfinispanPublicKeyStorageProvider.getAfterTransaction()
-
Uses of KeycloakTransaction in org.keycloak.models
Subinterfaces of KeycloakTransaction in org.keycloak.modelsClasses in org.keycloak.models that implement KeycloakTransactionModifier and TypeClassDescriptionclass
Handles some common transaction logic related to start, rollback-only etc.Methods in org.keycloak.models with parameters of type KeycloakTransactionModifier and TypeMethodDescriptionvoid
KeycloakTransactionManager.enlist
(KeycloakTransaction transaction) void
KeycloakTransactionManager.enlistAfterCompletion
(KeycloakTransaction transaction) void
KeycloakTransactionManager.enlistPrepare
(KeycloakTransaction transaction) -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.chm
Classes in org.keycloak.models.map.storage.chm that implement KeycloakTransactionModifier and TypeClassDescriptionclass
ConcurrentHashMapStorage<K,
V extends AbstractEntity & UpdatableEntity, M, CRUD extends CrudOperations<V, M>> class
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.file
Classes in org.keycloak.models.map.storage.file that implement KeycloakTransactionModifier and TypeClassDescriptionclass
FileMapStorage<V extends AbstractEntity & UpdatableEntity,
M> MapStorage
implementation used with the file map storage. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.hotRod.transaction
Classes in org.keycloak.models.map.storage.hotRod.transaction that implement KeycloakTransactionModifier and TypeClassDescriptionclass
This wrapper encapsulates stores from all areas.class
When no JTA transaction is present in the runtime this wrapper is used to enlist HotRod client provided transaction to ourKeycloakTransactionManager
. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.hotRod.userSession
Classes in org.keycloak.models.map.storage.hotRod.userSession that implement KeycloakTransaction -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa
Classes in org.keycloak.models.map.storage.jpa that implement KeycloakTransactionModifier and TypeClassDescriptionclass
Wraps anEntityTransaction
as aKeycloakTransaction
so it can be enlisted inKeycloakTransactionManager
. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.ldap
Classes in org.keycloak.models.map.storage.ldap that implement KeycloakTransactionModifier and TypeClassDescriptionclass
LdapMapStorage<RE,
E extends AbstractEntity & UpdatableEntity, M> -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.ldap.role
Classes in org.keycloak.models.map.storage.ldap.role that implement KeycloakTransaction -
Uses of KeycloakTransaction in org.keycloak.models.sessions.infinispan
Classes in org.keycloak.models.sessions.infinispan that implement KeycloakTransaction -
Uses of KeycloakTransaction in org.keycloak.models.sessions.infinispan.changes
Classes in org.keycloak.models.sessions.infinispan.changes that implement KeycloakTransactionModifier and TypeClassDescriptionclass
InfinispanChangelogBasedTransaction<K,
V extends SessionEntity> -
Uses of KeycloakTransaction in org.keycloak.models.sessions.infinispan.events
Classes in org.keycloak.models.sessions.infinispan.events that implement KeycloakTransactionModifier and TypeClassDescriptionclass
Postpone sending notifications of session events to the commit of Keycloak transaction -
Uses of KeycloakTransaction in org.keycloak.services
Classes in org.keycloak.services that implement KeycloakTransactionMethods in org.keycloak.services with parameters of type KeycloakTransactionModifier and TypeMethodDescriptionvoid
DefaultKeycloakTransactionManager.enlist
(KeycloakTransaction transaction) void
DefaultKeycloakTransactionManager.enlistAfterCompletion
(KeycloakTransaction transaction) void
DefaultKeycloakTransactionManager.enlistPrepare
(KeycloakTransaction transaction) -
Uses of KeycloakTransaction in org.keycloak.storage.ldap.mappers
Classes in org.keycloak.storage.ldap.mappers that implement KeycloakTransaction -
Uses of KeycloakTransaction in org.keycloak.transaction
Classes in org.keycloak.transaction that implement KeycloakTransactionModifier and TypeClassDescriptionclass
When usingAsyncResponse.resume(Object)
directly in the code, the response is returned before all changes done withing this execution are committed.class
class