Uses of Interface
org.keycloak.storage.ExportImportManager
-
Packages that use ExportImportManager Package Description org.keycloak.models.map.datastore org.keycloak.storage org.keycloak.storage.datastore -
-
Uses of ExportImportManager in org.keycloak.models.map.datastore
Classes in org.keycloak.models.map.datastore that implement ExportImportManager Modifier and Type Class Description class
MapExportImportManager
This wraps the functionality about export/import for legacy storage.Methods in org.keycloak.models.map.datastore that return ExportImportManager Modifier and Type Method Description ExportImportManager
MapDatastoreProvider. getExportImportManager()
-
Uses of ExportImportManager in org.keycloak.storage
Methods in org.keycloak.storage that return ExportImportManager Modifier and Type Method Description ExportImportManager
DatastoreProvider. getExportImportManager()
-
Uses of ExportImportManager in org.keycloak.storage.datastore
Classes in org.keycloak.storage.datastore that implement ExportImportManager Modifier and Type Class Description class
LegacyExportImportManager
This wraps the functionality about export/import for legacy storage.Methods in org.keycloak.storage.datastore that return ExportImportManager Modifier and Type Method Description ExportImportManager
LegacyDatastoreProvider. getExportImportManager()
-