Modifier and Type | Field and Description |
---|---|
protected MapKeycloakTransaction<K,MapRootAuthenticationSessionEntity<K>,RootAuthenticationSessionModel> |
MapRootAuthenticationSessionProvider.tx |
Modifier and Type | Method and Description |
---|---|
static <K,V extends AbstractEntity<K>> |
MapStorageUtils.registerEntityForChanges(MapKeycloakTransaction<K,V,?> tx,
V origEntity)
Returns a deep clone of an entity.
|
Modifier and Type | Field and Description |
---|---|
protected MapKeycloakTransaction<K,MapUserLoginFailureEntity<K>,UserLoginFailureModel> |
MapUserLoginFailureProvider.userLoginFailureTx |
Modifier and Type | Method and Description |
---|---|
MapKeycloakTransaction<K,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<K>,M> |
Modifier and Type | Method and Description |
---|---|
MapKeycloakTransaction<K,MapUserSessionEntity<K>,UserSessionModel> |
UserSessionConcurrentHashMapStorage.createTransaction(KeycloakSession session) |
MapKeycloakTransaction<K,V,M> |
ConcurrentHashMapStorage.createTransaction(KeycloakSession session) |
Modifier and Type | Field and Description |
---|---|
protected MapKeycloakTransaction<CK,MapAuthenticatedClientSessionEntity<CK>,AuthenticatedClientSessionModel> |
MapUserSessionProvider.clientSessionTx |
protected MapKeycloakTransaction<UK,MapUserSessionEntity<UK>,UserSessionModel> |
MapUserSessionProvider.userSessionTx |
Copyright © 2021 JBoss by Red Hat. All rights reserved.