Uses of Class
org.keycloak.exportimport.ExportOptions
Packages that use ExportOptions
Package
Description
-
Uses of ExportOptions in org.keycloak.exportimport.util
Methods in org.keycloak.exportimport.util with parameters of type ExportOptionsModifier and TypeMethodDescriptionstatic UserRepresentation
ExportUtils.exportFederatedUser
(KeycloakSession session, RealmModel realm, String id, ExportOptions options) Full export of user data stored in federated storage (including role mappings and credentials)static void
ExportUtils.exportFederatedUsersToStream
(KeycloakSession session, RealmModel realm, List<String> usersToExport, com.fasterxml.jackson.databind.ObjectMapper mapper, OutputStream os, ExportOptions options) static RealmRepresentation
ExportUtils.exportRealm
(KeycloakSession session, RealmModel realm, ExportOptions options, boolean internal) static UserRepresentation
ExportUtils.exportUser
(KeycloakSession session, RealmModel realm, UserModel user, ExportOptions options, boolean internal) Full export of user (including role mappings and credentials)static void
ExportUtils.exportUsersToStream
(KeycloakSession session, RealmModel realm, List<UserModel> usersToExport, com.fasterxml.jackson.databind.ObjectMapper mapper, OutputStream os, ExportOptions options) -
Uses of ExportOptions in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type ExportOptionsModifier and TypeMethodDescriptionvoid
ExportImportManager.exportRealm
(RealmModel realm, ExportOptions options, ExportAdapter callback) -
Uses of ExportOptions in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore with parameters of type ExportOptionsModifier and TypeMethodDescriptionvoid
DefaultExportImportManager.exportRealm
(RealmModel realm, ExportOptions options, ExportAdapter callback)