Modifier and Type | Class and Description |
---|---|
class |
JpaKeycloakTransaction |
Modifier and Type | Class and Description |
---|---|
class |
EventListenerTransaction |
Modifier and Type | Method and Description |
---|---|
protected KeycloakTransaction |
InfinispanPublicKeyStorageProvider.getAfterTransaction() |
Modifier and Type | Interface and Description |
---|---|
interface |
KeycloakTransactionManager |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeycloakTransaction
Handles some common transaction logic related to start, rollback-only etc.
|
Modifier and Type | Method and Description |
---|---|
void |
KeycloakTransactionManager.enlist(KeycloakTransaction transaction) |
void |
KeycloakTransactionManager.enlistAfterCompletion(KeycloakTransaction transaction) |
void |
KeycloakTransactionManager.enlistPrepare(KeycloakTransaction transaction) |
Modifier and Type | Interface and Description |
---|---|
interface |
MapKeycloakTransaction<V extends AbstractEntity,M> |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashMapKeycloakTransaction<K,V extends AbstractEntity & UpdatableEntity,M> |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanKeycloakTransaction |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanChangelogBasedTransaction<K,V extends SessionEntity> |
Modifier and Type | Class and Description |
---|---|
class |
SessionEventsSenderTransaction
Postpone sending notifications of session events to the commit of Keycloak transaction
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeycloakTransactionManager |
Modifier and Type | Method and Description |
---|---|
void |
DefaultKeycloakTransactionManager.enlist(KeycloakTransaction transaction) |
void |
DefaultKeycloakTransactionManager.enlistAfterCompletion(KeycloakTransaction transaction) |
void |
DefaultKeycloakTransactionManager.enlistPrepare(KeycloakTransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPTransaction |
Modifier and Type | Class and Description |
---|---|
class |
AsyncResponseTransaction
When using
AsyncResponse.resume(Object) directly in the code, the response is returned before all changes
done withing this execution are committed. |
class |
JtaTransactionWrapper |
class |
UserTransactionWrapper |
Copyright © 2021 JBoss by Red Hat. All rights reserved.