Package | Description |
---|---|
org.keycloak.models.map.storage | |
org.keycloak.models.map.storage.chm |
Modifier and Type | Class and Description |
---|---|
static class |
StringKeyConvertor.StringKey |
static class |
StringKeyConvertor.ULongKey |
static class |
StringKeyConvertor.UUIDKey |
Modifier and Type | Method and Description |
---|---|
StringKeyConvertor<K> |
MapStorage.getKeyConvertor()
Returns a
StringKeyConvertor that is used to convert primary keys
from String to internal representation and vice versa. |
Modifier and Type | Method and Description |
---|---|
StringKeyConvertor<K> |
ConcurrentHashMapStorage.getKeyConvertor() |
Constructor and Description |
---|
ConcurrentHashMapStorage(Class<M> modelClass,
StringKeyConvertor<K> keyConvertor) |
UserSessionConcurrentHashMapStorage(ConcurrentHashMapStorage<K,MapAuthenticatedClientSessionEntity<K>,AuthenticatedClientSessionModel> clientSessionStore,
StringKeyConvertor<K> keyConvertor) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.