Uses of Interface
org.keycloak.models.KeycloakTransaction
-
-
Uses of KeycloakTransaction in org.keycloak.connections.jpa
Classes in org.keycloak.connections.jpa that implement KeycloakTransaction Modifier and Type Class Description class
JpaKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.events
Classes in org.keycloak.events that implement KeycloakTransaction Modifier and Type Class Description class
EventListenerTransaction
-
Uses of KeycloakTransaction in org.keycloak.keys.infinispan
Methods in org.keycloak.keys.infinispan that return KeycloakTransaction Modifier and Type Method Description protected KeycloakTransaction
InfinispanPublicKeyStorageProvider. getAfterTransaction()
-
Uses of KeycloakTransaction in org.keycloak.models
Subinterfaces of KeycloakTransaction in org.keycloak.models Modifier and Type Interface Description interface
KeycloakTransactionManager
Classes in org.keycloak.models that implement KeycloakTransaction Modifier and Type Class Description class
AbstractKeycloakTransaction
Handles some common transaction logic related to start, rollback-only etc.Methods in org.keycloak.models with parameters of type KeycloakTransaction Modifier and Type Method Description void
KeycloakTransactionManager. enlist(KeycloakTransaction transaction)
void
KeycloakTransactionManager. enlistAfterCompletion(KeycloakTransaction transaction)
void
KeycloakTransactionManager. enlistPrepare(KeycloakTransaction transaction)
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage
Subinterfaces of KeycloakTransaction in org.keycloak.models.map.storage Modifier and Type Interface Description interface
MapKeycloakTransaction<V extends AbstractEntity,M>
interface
MapKeycloakTransactionWithAuth<V extends AbstractEntity,M>
A map store transaction that can authenticate the credentials provided by a user. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.chm
Classes in org.keycloak.models.map.storage.chm that implement KeycloakTransaction Modifier and Type Class Description class
ConcurrentHashMapKeycloakTransaction<K,V extends AbstractEntity & UpdatableEntity,M>
class
SingleUseObjectKeycloakTransaction<K>
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.file
Classes in org.keycloak.models.map.storage.file that implement KeycloakTransaction Modifier and Type Class Description class
FileMapKeycloakTransaction<V extends AbstractEntity & UpdatableEntity,M>
MapKeycloakTransaction
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 KeycloakTransaction Modifier and Type Class Description class
AllAreasHotRodTransactionsWrapper
This wrapper encapsulates transactions from all areas.class
HotRodRemoteTransactionWrapper
When no JTA transaction is present in the runtime this wrapper is used to enlist HotRod client provided transaction to ourKeycloakTransactionManager
.class
NoActionHotRodTransactionWrapper<K,V extends AbstractEntity & UpdatableEntity,M>
This is used to return ConcurrentHashMapTransaction (used for operating RemoteCache) functionality to providers but not enlist actualTx the way we need: in prepare phase. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.hotRod.userSession
Classes in org.keycloak.models.map.storage.hotRod.userSession that implement KeycloakTransaction Modifier and Type Class Description class
HotRodUserSessionTransaction<K>
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa
Classes in org.keycloak.models.map.storage.jpa that implement KeycloakTransaction Modifier and Type Class Description class
JpaMapKeycloakTransaction<RE extends JpaRootEntity,E extends AbstractEntity,M>
class
JpaTransactionWrapper
Wraps anEntityTransaction
as aKeycloakTransaction
so it can be enlisted inKeycloakTransactionManager
. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.authorization.permission
Classes in org.keycloak.models.map.storage.jpa.authorization.permission that implement KeycloakTransaction Modifier and Type Class Description class
JpaPermissionMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.authorization.policy
Classes in org.keycloak.models.map.storage.jpa.authorization.policy that implement KeycloakTransaction Modifier and Type Class Description class
JpaPolicyMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.authorization.resource
Classes in org.keycloak.models.map.storage.jpa.authorization.resource that implement KeycloakTransaction Modifier and Type Class Description class
JpaResourceMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.authorization.resourceServer
Classes in org.keycloak.models.map.storage.jpa.authorization.resourceServer that implement KeycloakTransaction Modifier and Type Class Description class
JpaResourceServerMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.authorization.scope
Classes in org.keycloak.models.map.storage.jpa.authorization.scope that implement KeycloakTransaction Modifier and Type Class Description class
JpaScopeMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.authSession
Classes in org.keycloak.models.map.storage.jpa.authSession that implement KeycloakTransaction Modifier and Type Class Description class
JpaRootAuthenticationSessionMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.client
Classes in org.keycloak.models.map.storage.jpa.client that implement KeycloakTransaction Modifier and Type Class Description class
JpaClientMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.clientScope
Classes in org.keycloak.models.map.storage.jpa.clientScope that implement KeycloakTransaction Modifier and Type Class Description class
JpaClientScopeMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.event.admin
Classes in org.keycloak.models.map.storage.jpa.event.admin that implement KeycloakTransaction Modifier and Type Class Description class
JpaAdminEventMapKeycloakTransaction
AMapKeycloakTransaction
implementation for admin event entities. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.event.auth
Classes in org.keycloak.models.map.storage.jpa.event.auth that implement KeycloakTransaction Modifier and Type Class Description class
JpaAuthEventMapKeycloakTransaction
AMapKeycloakTransaction
implementation for auth event entities. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.group
Classes in org.keycloak.models.map.storage.jpa.group that implement KeycloakTransaction Modifier and Type Class Description class
JpaGroupMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.loginFailure
Classes in org.keycloak.models.map.storage.jpa.loginFailure that implement KeycloakTransaction Modifier and Type Class Description class
JpaUserLoginFailureMapKeycloakTransaction
AJpaMapKeycloakTransaction
implementation for user login failure entities. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.realm
Classes in org.keycloak.models.map.storage.jpa.realm that implement KeycloakTransaction Modifier and Type Class Description class
JpaRealmMapKeycloakTransaction
AMapKeycloakTransaction
implementation for realm entities. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.role
Classes in org.keycloak.models.map.storage.jpa.role that implement KeycloakTransaction Modifier and Type Class Description class
JpaRoleMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.singleUseObject
Classes in org.keycloak.models.map.storage.jpa.singleUseObject that implement KeycloakTransaction Modifier and Type Class Description class
JpaSingleUseObjectMapKeycloakTransaction
AMapKeycloakTransaction
implementation for single-use object entities. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.user
Classes in org.keycloak.models.map.storage.jpa.user that implement KeycloakTransaction Modifier and Type Class Description class
JpaUserMapKeycloakTransaction
AMapKeycloakTransaction
implementation for user entities. -
Uses of KeycloakTransaction in org.keycloak.models.map.storage.jpa.userSession
Classes in org.keycloak.models.map.storage.jpa.userSession that implement KeycloakTransaction Modifier and Type Class Description class
JpaUserSessionMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.map.storage.ldap
Classes in org.keycloak.models.map.storage.ldap that implement KeycloakTransaction Modifier and Type Class Description class
LdapMapKeycloakTransaction<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 Modifier and Type Class Description class
LdapRoleMapKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.sessions.infinispan
Classes in org.keycloak.models.sessions.infinispan that implement KeycloakTransaction Modifier and Type Class Description class
InfinispanKeycloakTransaction
-
Uses of KeycloakTransaction in org.keycloak.models.sessions.infinispan.changes
Classes in org.keycloak.models.sessions.infinispan.changes that implement KeycloakTransaction Modifier and Type Class Description class
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 KeycloakTransaction Modifier and Type Class Description class
SessionEventsSenderTransaction
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 KeycloakTransaction Modifier and Type Class Description class
DefaultKeycloakTransactionManager
class
HttpResponseImpl
Methods in org.keycloak.services with parameters of type KeycloakTransaction Modifier and Type Method Description void
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 Modifier and Type Class Description class
LDAPTransaction
-
Uses of KeycloakTransaction in org.keycloak.transaction
Classes in org.keycloak.transaction that implement KeycloakTransaction Modifier and Type Class Description class
AsyncResponseTransaction
When usingAsyncResponse.resume(Object)
directly in the code, the response is returned before all changes done withing this execution are committed.class
JtaTransactionWrapper
class
UserTransactionWrapper
-