| Modifier and Type | Field and Description |
|---|---|
protected MapKeycloakTransaction<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel> |
MapRootAuthenticationSessionProvider.tx |
| Modifier and Type | Field and Description |
|---|---|
protected MapKeycloakTransaction<MapUserLoginFailureEntity,UserLoginFailureModel> |
MapUserLoginFailureProvider.userLoginFailureTx |
| Modifier and Type | Method and Description |
|---|---|
MapKeycloakTransaction<V,M> |
MapStorage.createTransaction(KeycloakSession session)
Creates a
MapKeycloakTransaction object that tracks a new transaction related to this storage. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentHashMapKeycloakTransaction<K,V extends AbstractEntity & UpdatableEntity,M> |
| Modifier and Type | Method and Description |
|---|---|
MapKeycloakTransaction<MapUserSessionEntity,UserSessionModel> |
UserSessionConcurrentHashMapStorage.createTransaction(KeycloakSession session) |
MapKeycloakTransaction<V,M> |
ConcurrentHashMapStorage.createTransaction(KeycloakSession session) |
| Modifier and Type | Field and Description |
|---|---|
protected MapKeycloakTransaction<MapAuthenticatedClientSessionEntity,AuthenticatedClientSessionModel> |
MapUserSessionProvider.clientSessionTx |
protected MapKeycloakTransaction<MapUserSessionEntity,UserSessionModel> |
MapUserSessionProvider.userSessionTx |
Copyright © 2021 JBoss by Red Hat. All rights reserved.