Uses of Class
org.keycloak.representations.idm.RealmRepresentation
-
-
Uses of RealmRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return RealmRepresentation Modifier and Type Method Description RealmRepresentation
RealmResource. partialExport(Boolean exportGroupsAndRoles, Boolean exportClients)
RealmRepresentation
RealmResource. 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 void
RealmsResource. create(RealmRepresentation realmRepresentation)
void
RealmResource. update(RealmRepresentation realmRepresentation)
-
Uses of RealmRepresentation in org.keycloak.exportimport.dir
Methods in org.keycloak.exportimport.dir with parameters of type RealmRepresentation Modifier and Type Method Description void
DirExportProvider. writeRealm(String fileName, RealmRepresentation rep)
-
Uses of RealmRepresentation in org.keycloak.exportimport.singlefile
Fields 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.util
Methods in org.keycloak.exportimport.util that return RealmRepresentation Modifier and Type Method Description static RealmRepresentation
ExportUtils. exportRealm(KeycloakSession session, RealmModel realm, boolean includeUsers, boolean internal)
static RealmRepresentation
ExportUtils. 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 boolean
ImportUtils. 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 void
MultipleStepsExportProvider. writeRealm(String fileName, RealmRepresentation rep)
Method parameters in org.keycloak.exportimport.util with type arguments of type RealmRepresentation Modifier and Type Method Description static void
ImportUtils. importRealms(KeycloakSession session, Collection<RealmRepresentation> realms, Strategy strategy)
-
Uses of RealmRepresentation in org.keycloak.migration
Methods in org.keycloak.migration with parameters of type RealmRepresentation Modifier and Type Method Description static void
MigrationModelManager. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
-
Uses of RealmRepresentation in org.keycloak.migration.migrators
Methods in org.keycloak.migration.migrators with parameters of type RealmRepresentation Modifier and Type Method Description void
MigrateTo1_2_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo1_3_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo1_4_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo1_5_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo1_6_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo1_7_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo1_8_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo1_9_2. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo18_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo2_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo2_1_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo2_2_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo2_3_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo2_5_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo20_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo21_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo3_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo3_1_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo3_2_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo3_4_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo3_4_1. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo3_4_2. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo4_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo4_2_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo4_6_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo6_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo8_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo8_0_2. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo9_0_0. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
MigrateTo9_0_4. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
default void
Migration. migrateImport(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
Called after full import of representation. -
Uses of RealmRepresentation in org.keycloak.models.map.datastore
Methods 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 void
MapExportImportManager. importGroups(RealmModel realm, RealmRepresentation rep)
void
MapExportImportManager. importRealm(RealmRepresentation rep, RealmModel newRealm, boolean skipUserDependent)
static void
MapExportImportManager. importRealmAuthorizationSettings(RealmRepresentation rep, RealmModel newRealm, KeycloakSession session)
static OTPPolicy
MapExportImportManager. toPolicy(RealmRepresentation rep)
void
MapExportImportManager. updateRealm(RealmRepresentation rep, RealmModel realm)
-
Uses of RealmRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return RealmRepresentation Modifier and Type Method Description static RealmRepresentation
StripSecretsUtils. strip(RealmRepresentation rep)
static RealmRepresentation
ModelToRepresentation. toBriefRepresentation(RealmModel realm)
static RealmRepresentation
ModelToRepresentation. toRepresentation(KeycloakSession session, RealmModel realm, boolean internal)
Methods in org.keycloak.models.utils with parameters of type RealmRepresentation Modifier and Type Method Description static void
ModelToRepresentation. exportAuthenticationFlows(RealmModel realm, RealmRepresentation rep)
static void
ModelToRepresentation. exportGroups(RealmModel realm, RealmRepresentation rep)
static void
ModelToRepresentation. exportRequiredActions(RealmModel realm, RealmRepresentation rep)
static void
RepresentationToModel. importRealm(KeycloakSession session, RealmRepresentation rep, RealmModel newRealm, boolean skipUserDependent)
static RealmRepresentation
StripSecretsUtils. strip(RealmRepresentation rep)
static void
StripSecretsUtils. stripForExport(KeycloakSession session, RealmRepresentation rep)
static void
RepresentationToModel. updateRealm(RealmRepresentation rep, RealmModel realm, KeycloakSession session)
-
Uses of RealmRepresentation in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return RealmRepresentation Modifier and Type Method Description RealmRepresentation
RealmRepresentation. setDockerAuthenticationFlow(String dockerAuthenticationFlow)
-
Uses of RealmRepresentation in org.keycloak.services.clientpolicy
Methods in org.keycloak.services.clientpolicy with parameters of type RealmRepresentation Modifier and Type Method Description void
ClientPolicyManager. updateRealmModelFromRepresentation(RealmModel realm, RealmRepresentation rep)
when importing a realm, or updating a realm, update model from the representation objectvoid
DefaultClientPolicyManager. updateRealmModelFromRepresentation(RealmModel realm, RealmRepresentation rep)
void
ClientPolicyManager. 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.void
DefaultClientPolicyManager. updateRealmRepresentationFromModel(RealmModel realm, RealmRepresentation rep)
-
Uses of RealmRepresentation in org.keycloak.services.managers
Methods in org.keycloak.services.managers with parameters of type RealmRepresentation Modifier and Type Method Description String
RealmManager. getRealmAdminClientId(RealmRepresentation realm)
RealmModel
RealmManager. importRealm(RealmRepresentation rep)
RealmModel
RealmManager. importRealm(RealmRepresentation rep, boolean skipUserDependent)
if "skipUserDependent" is true, then import of any models, which needs users already imported in DB, will be skipped.void
RealmManager. setupClientServiceAccountsAndAuthorizationOnImport(RealmRepresentation rep, boolean skipUserDependent)
-
Uses of RealmRepresentation in org.keycloak.services.resources
Methods in org.keycloak.services.resources with parameters of type RealmRepresentation Modifier and Type Method Description void
KeycloakApplication. importRealm(RealmRepresentation rep, String from)
-
Uses of RealmRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return RealmRepresentation Modifier and Type Method Description RealmRepresentation
RealmAdminResource. getRealm()
Get the top-level representation of the realm It will not include nested information like User and Client representations.protected RealmRepresentation
RealmsAdminResource. 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.Response
RealmAdminResource. 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.storage
Methods in org.keycloak.storage that return RealmRepresentation Modifier and Type Method Description RealmRepresentation
ImportRealmFromRepresentationEvent. getRealmRepresentation()
Deprecated.RealmRepresentation
LegacyStoreMigrateRepresentationEvent. getRep()
Methods in org.keycloak.storage with parameters of type RealmRepresentation Modifier and Type Method Description static RealmModel
ImportRealmFromRepresentationEvent. fire(KeycloakSession session, RealmRepresentation rep)
Deprecated.static void
LegacyStoreMigrateRepresentationEvent. fire(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
ExportImportManager. importRealm(RealmRepresentation rep, RealmModel newRealm, boolean skipUserDependent)
void
MigrationManager. migrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
void
ExportImportManager. 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.datastore
Methods 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 void
LegacyExportImportManager. importGroups(RealmModel realm, RealmRepresentation rep)
void
LegacyExportImportManager. importRealm(RealmRepresentation rep, RealmModel newRealm, boolean skipUserDependent)
static void
LegacyExportImportManager. importRealmAuthorizationSettings(RealmRepresentation rep, RealmModel newRealm, KeycloakSession session)
static void
LegacyExportImportManager. importUserFederationProvidersAndMappers(KeycloakSession session, RealmRepresentation rep, RealmModel newRealm)
void
LegacyMigrationManager. migrate(RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
static OTPPolicy
LegacyExportImportManager. toPolicy(RealmRepresentation rep)
void
LegacyExportImportManager. updateRealm(RealmRepresentation rep, RealmModel realm)
-