Uses of Class
org.keycloak.exportimport.ExportOptions
-
Packages that use ExportOptions Package Description org.keycloak.exportimport.util org.keycloak.models.map.datastore org.keycloak.storage org.keycloak.storage.datastore -
-
Uses of ExportOptions in org.keycloak.exportimport.util
Methods in org.keycloak.exportimport.util with parameters of type ExportOptions Modifier and Type Method Description static 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.models.map.datastore
Methods in org.keycloak.models.map.datastore with parameters of type ExportOptions Modifier and Type Method Description void
MapExportImportManager. exportRealm(RealmModel realm, ExportOptions options, ExportAdapter callback)
-
Uses of ExportOptions in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type ExportOptions Modifier and Type Method Description void
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 ExportOptions Modifier and Type Method Description void
LegacyExportImportManager. exportRealm(RealmModel realm, ExportOptions options, ExportAdapter callback)
-