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 void
MapExportImportManager. 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 void
ExportImportManager. 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 void
LegacyExportImportManager. exportRealm(RealmModel realm, ExportOptions options, ExportAdapter callback)
-