Uses of Interface
org.keycloak.models.map.storage.MapStorageProvider
-
-
Uses of MapStorageProvider in org.keycloak.models.map.common
Methods in org.keycloak.models.map.common that return types with arguments of type MapStorageProvider Modifier and Type Method Description static ProviderFactory<MapStorageProvider>
AbstractMapProviderFactory. getProviderFactoryOrComponentFactory(KeycloakSession session, Config.Scope storageConfigScope)
-
Uses of MapStorageProvider in org.keycloak.models.map.storage.chm
Classes in org.keycloak.models.map.storage.chm that implement MapStorageProvider Modifier and Type Class Description class
ConcurrentHashMapStorageProvider
Methods in org.keycloak.models.map.storage.chm that return MapStorageProvider Modifier and Type Method Description MapStorageProvider
ConcurrentHashMapStorageProviderFactory. create(KeycloakSession session)
-
Uses of MapStorageProvider in org.keycloak.models.map.storage.file
Classes in org.keycloak.models.map.storage.file that implement MapStorageProvider Modifier and Type Class Description class
FileMapStorageProvider
File-basedMapStorageProvider
implementation.Methods in org.keycloak.models.map.storage.file that return MapStorageProvider Modifier and Type Method Description MapStorageProvider
FileMapStorageProviderFactory. create(KeycloakSession session)
-
Uses of MapStorageProvider in org.keycloak.models.map.storage.hotRod
Classes in org.keycloak.models.map.storage.hotRod that implement MapStorageProvider Modifier and Type Class Description class
HotRodMapStorageProvider
Methods in org.keycloak.models.map.storage.hotRod that return MapStorageProvider Modifier and Type Method Description MapStorageProvider
HotRodMapStorageProviderFactory. create(KeycloakSession session)
-
Uses of MapStorageProvider in org.keycloak.models.map.storage.jpa
Classes in org.keycloak.models.map.storage.jpa that implement MapStorageProvider Modifier and Type Class Description class
JpaMapStorageProvider
Methods in org.keycloak.models.map.storage.jpa that return MapStorageProvider Modifier and Type Method Description MapStorageProvider
JpaMapStorageProviderFactory. create(KeycloakSession session)
-
Uses of MapStorageProvider in org.keycloak.models.map.storage.ldap
Classes in org.keycloak.models.map.storage.ldap that implement MapStorageProvider Modifier and Type Class Description class
LdapMapStorageProvider
Methods in org.keycloak.models.map.storage.ldap that return MapStorageProvider Modifier and Type Method Description MapStorageProvider
LdapMapStorageProviderFactory. create(KeycloakSession session)
-