Uses of Class
org.keycloak.representations.idm.RealmRepresentation
- 
- 
Uses of RealmRepresentation in org.keycloak.admin.client.resourceMethods in org.keycloak.admin.client.resource that return RealmRepresentation Modifier and Type Method Description RealmRepresentationRealmResource. partialExport(Boolean exportGroupsAndRoles, Boolean exportClients)RealmRepresentationRealmResource. toRepresentation()Methods in org.keycloak.admin.client.resource that return types with arguments of type RealmRepresentation Modifier and Type Method Description List<RealmRepresentation>RealmsResource. findAll()Methods in org.keycloak.admin.client.resource with parameters of type RealmRepresentation Modifier and Type Method Description voidRealmsResource. create(RealmRepresentation realmRepresentation)voidRealmResource. update(RealmRepresentation realmRepresentation)
- 
Uses of RealmRepresentation in org.keycloak.exportimport.dirMethods in org.keycloak.exportimport.dir with parameters of type RealmRepresentation Modifier and Type Method Description voidDirExportProvider. writeRealm(String fileName, RealmRepresentation rep)
- 
Uses of RealmRepresentation in org.keycloak.exportimport.singlefileFields in org.keycloak.exportimport.singlefile with type parameters of type RealmRepresentation Modifier and Type Field Description protected Map<String,RealmRepresentation>SingleFileImportProvider. realmReps
- 
Uses of RealmRepresentation in org.keycloak.exportimport.utilMethods in org.keycloak.exportimport.util that return RealmRepresentation Modifier and Type Method Description static RealmRepresentationExportUtils. exportRealm(KeycloakSession session, RealmModel realm, boolean includeUsers, boolean internal)static RealmRepresentationExportUtils. exportRealm(KeycloakSession session, RealmModel realm, ExportOptions options, boolean internal)Methods in org.keycloak.exportimport.util that return types with arguments of type RealmRepresentation Modifier and Type Method Description static Map<String,RealmRepresentation>ImportUtils. getRealmsFromStream(com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream is)Methods in org.keycloak.exportimport.util with parameters of type RealmRepresentation Modifier and Type Method Description static booleanImportUtils. importRealm(KeycloakSession session, RealmRepresentation rep, Strategy strategy, boolean skipUserDependent)Fully import realm from representation, save it to model and return model of newly created realmprotected abstract voidMultipleStepsExportProvider. writeRealm(String fileName, RealmRepresentation rep)Method parameters in org.keycloak.exportimport.util with type arguments of type RealmRepresentation Modifier and Type Method Description static voidImportUtils. importRealms(KeycloakSession session, Collection<RealmRepresentation> realms, Strategy strategy)
- 
Uses of RealmRepresentation in org.keycloak.migrationMethods in org.keycloak.migration with parameters of type RealmRepresentation Modifier and Type Method Description static voidMigrationModelManager. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
- 
Uses of RealmRepresentation in org.keycloak.migration.migratorsMethods in org.keycloak.migration.migrators with parameters of type RealmRepresentation Modifier and Type Method Description voidMigrateTo1_2_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo1_3_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo1_4_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo1_5_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo1_6_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo1_7_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo1_8_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo1_9_2. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo18_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo2_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo2_1_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo2_2_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo2_3_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo2_5_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo20_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo21_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo3_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo3_1_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo3_2_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo3_4_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo3_4_1. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo3_4_2. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo4_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo4_2_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo4_6_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo6_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo8_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo8_0_2. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo9_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidMigrateTo9_0_4. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)default voidMigration. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)Called after full import of representation.
- 
Uses of RealmRepresentation in org.keycloak.models.map.datastoreMethods in org.keycloak.models.map.datastore with parameters of type RealmRepresentation Modifier and Type Method Description static Map<String,String>MapExportImportManager. importAuthenticationFlows(RealmModel newRealm, RealmRepresentation rep)static voidMapExportImportManager. importGroups(RealmModel realm, RealmRepresentation rep)voidMapExportImportManager. importRealm(RealmRepresentation rep, RealmModel newRealm, boolean skipUserDependent)static voidMapExportImportManager. importRealmAuthorizationSettings(RealmRepresentation rep, RealmModel newRealm, KeycloakSession session)static OTPPolicyMapExportImportManager. toPolicy(RealmRepresentation rep)voidMapExportImportManager. updateRealm(RealmRepresentation rep, RealmModel realm)
- 
Uses of RealmRepresentation in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return RealmRepresentation Modifier and Type Method Description static RealmRepresentationStripSecretsUtils. strip(RealmRepresentation rep)static RealmRepresentationModelToRepresentation. toBriefRepresentation(RealmModel realm)static RealmRepresentationModelToRepresentation. toRepresentation(KeycloakSession session, RealmModel realm, boolean internal)Methods in org.keycloak.models.utils with parameters of type RealmRepresentation Modifier and Type Method Description static voidModelToRepresentation. exportAuthenticationFlows(RealmModel realm, RealmRepresentation rep)static voidModelToRepresentation. exportGroups(RealmModel realm, RealmRepresentation rep)static voidModelToRepresentation. exportRequiredActions(RealmModel realm, RealmRepresentation rep)static voidRepresentationToModel. importRealm(KeycloakSession session, RealmRepresentation rep, RealmModel newRealm, boolean skipUserDependent)static RealmRepresentationStripSecretsUtils. strip(RealmRepresentation rep)static voidStripSecretsUtils. stripForExport(KeycloakSession session, RealmRepresentation rep)static voidRepresentationToModel. updateRealm(RealmRepresentation rep, RealmModel realm, KeycloakSession session)
- 
Uses of RealmRepresentation in org.keycloak.representations.idmMethods in org.keycloak.representations.idm that return RealmRepresentation Modifier and Type Method Description RealmRepresentationRealmRepresentation. setDockerAuthenticationFlow(String dockerAuthenticationFlow)
- 
Uses of RealmRepresentation in org.keycloak.services.clientpolicyMethods in org.keycloak.services.clientpolicy with parameters of type RealmRepresentation Modifier and Type Method Description voidClientPolicyManager. updateRealmModelFromRepresentation(RealmModel realm, RealmRepresentation rep)when importing a realm, or updating a realm, update model from the representation objectvoidDefaultClientPolicyManager. updateRealmModelFromRepresentation(RealmModel realm, RealmRepresentation rep)voidClientPolicyManager. updateRealmRepresentationFromModel(RealmModel realm, RealmRepresentation rep)when exporting realm, or retrieve the realm for admin REST API, prepares the exported representation of the client profiles and policies.voidDefaultClientPolicyManager. updateRealmRepresentationFromModel(RealmModel realm, RealmRepresentation rep)
- 
Uses of RealmRepresentation in org.keycloak.services.managersMethods in org.keycloak.services.managers with parameters of type RealmRepresentation Modifier and Type Method Description StringRealmManager. getRealmAdminClientId(RealmRepresentation realm)RealmModelRealmManager. importRealm(RealmRepresentation rep)RealmModelRealmManager. importRealm(RealmRepresentation rep, boolean skipUserDependent)if "skipUserDependent" is true, then import of any models, which needs users already imported in DB, will be skipped.voidRealmManager. setupClientServiceAccountsAndAuthorizationOnImport(RealmRepresentation rep, boolean skipUserDependent)
- 
Uses of RealmRepresentation in org.keycloak.services.resourcesMethods in org.keycloak.services.resources with parameters of type RealmRepresentation Modifier and Type Method Description voidKeycloakApplication. importRealm(RealmRepresentation rep, String from)
- 
Uses of RealmRepresentation in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return RealmRepresentation Modifier and Type Method Description RealmRepresentationRealmAdminResource. getRealm()Get the top-level representation of the realm It will not include nested information like User and Client representations.protected RealmRepresentationRealmsAdminResource. toRealmRep(RealmModel realm, boolean briefRep)Methods in org.keycloak.services.resources.admin that return types with arguments of type RealmRepresentation Modifier and Type Method Description Stream<RealmRepresentation>RealmsAdminResource. getRealms(boolean briefRepresentation)Get accessible realms Returns a list of accessible realms.Methods in org.keycloak.services.resources.admin with parameters of type RealmRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseRealmAdminResource. updateRealm(RealmRepresentation rep)Update the top-level information of the realm Any user, roles or client information in the representation will be ignored.
- 
Uses of RealmRepresentation in org.keycloak.storageMethods in org.keycloak.storage that return RealmRepresentation Modifier and Type Method Description RealmRepresentationImportRealmFromRepresentationEvent. getRealmRepresentation()Deprecated.RealmRepresentationLegacyStoreMigrateRepresentationEvent. getRep()Methods in org.keycloak.storage with parameters of type RealmRepresentation Modifier and Type Method Description static RealmModelImportRealmFromRepresentationEvent. fire(KeycloakSession session, RealmRepresentation rep)Deprecated.static voidLegacyStoreMigrateRepresentationEvent. fire(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidExportImportManager. importRealm(RealmRepresentation rep, RealmModel newRealm, boolean skipUserDependent)voidMigrationManager. migrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)voidExportImportManager. updateRealm(RealmRepresentation rep, RealmModel realm)Constructors in org.keycloak.storage with parameters of type RealmRepresentation Constructor Description ImportRealmFromRepresentationEvent(KeycloakSession session, RealmRepresentation realmRepresentation)Deprecated.LegacyStoreMigrateRepresentationEvent(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
- 
Uses of RealmRepresentation in org.keycloak.storage.datastoreMethods in org.keycloak.storage.datastore with parameters of type RealmRepresentation Modifier and Type Method Description static Map<String,String>LegacyExportImportManager. importAuthenticationFlows(RealmModel newRealm, RealmRepresentation rep)static voidLegacyExportImportManager. importGroups(RealmModel realm, RealmRepresentation rep)voidLegacyExportImportManager. importRealm(RealmRepresentation rep, RealmModel newRealm, boolean skipUserDependent)static voidLegacyExportImportManager. importRealmAuthorizationSettings(RealmRepresentation rep, RealmModel newRealm, KeycloakSession session)static voidLegacyExportImportManager. importUserFederationProvidersAndMappers(KeycloakSession session, RealmRepresentation rep, RealmModel newRealm)voidLegacyMigrationManager. migrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)static OTPPolicyLegacyExportImportManager. toPolicy(RealmRepresentation rep)voidLegacyExportImportManager. updateRealm(RealmRepresentation rep, RealmModel realm)
 
-