Uses of Interface
org.keycloak.exportimport.ExportAdapter
-
Packages that use ExportAdapter Package Description org.keycloak.models.map.datastore org.keycloak.storage org.keycloak.storage.datastore -
-
Uses of ExportAdapter in org.keycloak.models.map.datastore
Methods in org.keycloak.models.map.datastore with parameters of type ExportAdapter Modifier and Type Method Description voidMapExportImportManager. exportRealm(RealmModel realm, ExportOptions options, ExportAdapter callback) -
Uses of ExportAdapter in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type ExportAdapter Modifier and Type Method Description voidExportImportManager. exportRealm(RealmModel realm, ExportOptions options, ExportAdapter callback) -
Uses of ExportAdapter in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore with parameters of type ExportAdapter Modifier and Type Method Description voidLegacyExportImportManager. exportRealm(RealmModel realm, ExportOptions options, ExportAdapter callback)
-