Package | Description |
---|---|
org.keycloak.models.map.storage | |
org.keycloak.models.map.storage.chm |
Modifier and Type | Method and Description |
---|---|
static MapStorageProviderFactory.Flag |
MapStorageProviderFactory.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapStorageProviderFactory.Flag[] |
MapStorageProviderFactory.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>,M> |
MapStorageProvider.getStorage(Class<V> valueType,
Class<M> modelType,
MapStorageProviderFactory.Flag... flags)
Returns a key-value storage implementation for the particular types.
|
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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.