Package | Description |
---|---|
org.keycloak.models.map.storage.chm |
Modifier and Type | Class and Description |
---|---|
class |
UserSessionConcurrentHashMapStorage<K>
User session storage with a naive implementation of referential integrity in client to user session relation, restricted to
ON DELETE CASCADE functionality.
|
Modifier and Type | Method and Description |
---|---|
<K,V extends AbstractEntity<K>,M> |
ConcurrentHashMapStorageProviderFactory.getStorage(Class<V> valueType,
Class<M> modelType,
MapStorageProviderFactory.Flag... flags) |
<K,V extends AbstractEntity<K>,M> |
ConcurrentHashMapStorageProvider.getStorage(Class<V> valueType,
Class<M> modelType,
MapStorageProviderFactory.Flag... flags) |
Constructor and Description |
---|
UserSessionConcurrentHashMapStorage(ConcurrentHashMapStorage<K,MapAuthenticatedClientSessionEntity<K>,AuthenticatedClientSessionModel> clientSessionStore,
StringKeyConvertor<K> keyConvertor) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.