Package | Description |
---|---|
org.keycloak.models.map.client | |
org.keycloak.models.map.common | |
org.keycloak.models.map.storage |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientModel<E extends AbstractEntity> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientEntity<K> |
class |
MapClientEntity |
Modifier and Type | Field and Description |
---|---|
protected E |
AbstractClientModel.entity |
Modifier and Type | Method and Description |
---|---|
static <T extends AbstractEntity> |
Serialization.from(T orig) |
Modifier and Type | Method and Description |
---|---|
<K,V extends AbstractEntity<K>> |
MapStorageProvider.getStorage(String name,
Class<K> keyType,
Class<V> valueType,
MapStorageProvider.Flag... flags)
Returns a key-value storage
|
<K,V extends AbstractEntity<K>> |
ConcurrentHashMapStorageProvider.getStorage(String name,
Class<K> keyType,
Class<V> valueType,
MapStorageProvider.Flag... flags) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.