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 classJpaKeycloakTransaction -
Uses of KeycloakTransaction in org.keycloak.events
Classes in org.keycloak.events that implement KeycloakTransaction Modifier and Type Class Description classEventListenerTransaction -
Uses of KeycloakTransaction in org.keycloak.keys.infinispan
Methods in org.keycloak.keys.infinispan that return KeycloakTransaction Modifier and Type Method Description protected KeycloakTransactionInfinispanPublicKeyStorageProvider. getAfterTransaction() -
Uses of KeycloakTransaction in org.keycloak.models
Subinterfaces of KeycloakTransaction in org.keycloak.models Modifier and Type Interface Description interfaceKeycloakTransactionManagerClasses in org.keycloak.models that implement KeycloakTransaction Modifier and Type Class Description classAbstractKeycloakTransactionHandles 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 voidKeycloakTransactionManager. enlist(KeycloakTransaction transaction)voidKeycloakTransactionManager. enlistAfterCompletion(KeycloakTransaction transaction)voidKeycloakTransactionManager. 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 interfaceMapKeycloakTransaction<V extends AbstractEntity,M>interfaceMapKeycloakTransactionWithAuth<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 classConcurrentHashMapKeycloakTransaction<K,V extends AbstractEntity & UpdatableEntity,M>classSingleUseObjectKeycloakTransaction<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 classFileMapKeycloakTransaction<V extends AbstractEntity & UpdatableEntity,M>MapKeycloakTransactionimplementation 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 classAllAreasHotRodTransactionsWrapperThis wrapper encapsulates transactions from all areas.classHotRodRemoteTransactionWrapperWhen no JTA transaction is present in the runtime this wrapper is used to enlist HotRod client provided transaction to ourKeycloakTransactionManager.classNoActionHotRodTransactionWrapper<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 classHotRodUserSessionTransaction<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 classJpaMapKeycloakTransaction<RE extends JpaRootEntity,E extends AbstractEntity,M>classJpaTransactionWrapperWraps anEntityTransactionas aKeycloakTransactionso 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 classJpaPermissionMapKeycloakTransaction -
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 classJpaPolicyMapKeycloakTransaction -
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 classJpaResourceMapKeycloakTransaction -
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 classJpaResourceServerMapKeycloakTransaction -
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 classJpaScopeMapKeycloakTransaction -
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 classJpaRootAuthenticationSessionMapKeycloakTransaction -
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 classJpaClientMapKeycloakTransaction -
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 classJpaClientScopeMapKeycloakTransaction -
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 classJpaAdminEventMapKeycloakTransactionAMapKeycloakTransactionimplementation 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 classJpaAuthEventMapKeycloakTransactionAMapKeycloakTransactionimplementation 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 classJpaGroupMapKeycloakTransaction -
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 classJpaUserLoginFailureMapKeycloakTransactionAJpaMapKeycloakTransactionimplementation 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 classJpaRealmMapKeycloakTransactionAMapKeycloakTransactionimplementation 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 classJpaRoleMapKeycloakTransaction -
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 classJpaSingleUseObjectMapKeycloakTransactionAMapKeycloakTransactionimplementation 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 classJpaUserMapKeycloakTransactionAMapKeycloakTransactionimplementation 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 classJpaUserSessionMapKeycloakTransaction -
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 classLdapMapKeycloakTransaction<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 classLdapRoleMapKeycloakTransaction -
Uses of KeycloakTransaction in org.keycloak.models.sessions.infinispan
Classes in org.keycloak.models.sessions.infinispan that implement KeycloakTransaction Modifier and Type Class Description classInfinispanKeycloakTransaction -
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 classInfinispanChangelogBasedTransaction<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 classSessionEventsSenderTransactionPostpone 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 classDefaultKeycloakTransactionManagerclassHttpResponseImplMethods in org.keycloak.services with parameters of type KeycloakTransaction Modifier and Type Method Description voidDefaultKeycloakTransactionManager. enlist(KeycloakTransaction transaction)voidDefaultKeycloakTransactionManager. enlistAfterCompletion(KeycloakTransaction transaction)voidDefaultKeycloakTransactionManager. 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 classLDAPTransaction -
Uses of KeycloakTransaction in org.keycloak.transaction
Classes in org.keycloak.transaction that implement KeycloakTransaction Modifier and Type Class Description classAsyncResponseTransactionWhen usingAsyncResponse.resume(Object)directly in the code, the response is returned before all changes done withing this execution are committed.classJtaTransactionWrapperclassUserTransactionWrapper
-