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.datastoreClasses in org.keycloak.models.map.datastore that implement ExportImportManager Modifier and Type Class Description classMapExportImportManagerThis wraps the functionality about export/import for legacy storage.Methods in org.keycloak.models.map.datastore that return ExportImportManager Modifier and Type Method Description ExportImportManagerMapDatastoreProvider. getExportImportManager()
- 
Uses of ExportImportManager in org.keycloak.storageMethods in org.keycloak.storage that return ExportImportManager Modifier and Type Method Description ExportImportManagerDatastoreProvider. getExportImportManager()
- 
Uses of ExportImportManager in org.keycloak.storage.datastoreClasses in org.keycloak.storage.datastore that implement ExportImportManager Modifier and Type Class Description classLegacyExportImportManagerThis wraps the functionality about export/import for legacy storage.Methods in org.keycloak.storage.datastore that return ExportImportManager Modifier and Type Method Description ExportImportManagerLegacyDatastoreProvider. getExportImportManager()
 
-