Class LdapMapStorageProvider
java.lang.Object
org.keycloak.models.map.storage.ldap.LdapMapStorageProvider
- All Implemented Interfaces:
- MapStorageProvider,- Provider
- 
Constructor SummaryConstructorsConstructorDescriptionLdapMapStorageProvider(KeycloakSession session, LdapMapStorageProviderFactory factory, int factoryId) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()<V extends AbstractEntity,M> 
 MapStorage<V,M> getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) Returns a key-value storage implementation for the given types.
- 
Constructor Details- 
LdapMapStorageProviderpublic LdapMapStorageProvider(KeycloakSession session, LdapMapStorageProviderFactory factory, int factoryId) 
 
- 
- 
Method Details- 
closepublic void close()
- 
getMapStoragepublic <V extends AbstractEntity,M> MapStorage<V,M> getMapStorage(Class<M> modelType, MapStorageProviderFactory.Flag... flags) Description copied from interface:MapStorageProviderReturns a key-value storage implementation for the given types.- Specified by:
- getMapStoragein interface- MapStorageProvider
- Type Parameters:
- V- type of the value
- M- type of the corresponding model (e.g.- UserModel)
- Parameters:
- modelType- Model type
- flags- Flags of the returned storage. Best effort, flags may be not honored by underlying implementation
- Returns:
 
 
-