Package | Description |
---|---|
org.keycloak.models.map.storage |
Modifier and Type | Method and Description |
---|---|
static MapStorageProvider.Flag |
MapStorageProvider.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapStorageProvider.Flag[] |
MapStorageProvider.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.