| 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 & UpdatableEntity,M> |
ConcurrentHashMapStorageProviderFactory.getStorage(Class<M> modelType,
MapStorageProviderFactory.Flag... flags) |
| Constructor and Description |
|---|
UserSessionConcurrentHashMapStorage(ConcurrentHashMapStorage<K,MapAuthenticatedClientSessionEntity,AuthenticatedClientSessionModel> clientSessionStore,
StringKeyConvertor<K> keyConvertor) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.