Uses of Class
org.keycloak.representations.idm.ComponentExportRepresentation
Packages that use ComponentExportRepresentation
Package
Description
- 
Uses of ComponentExportRepresentation in org.keycloak.exportimport.util
Methods in org.keycloak.exportimport.util that return types with arguments of type ComponentExportRepresentationModifier and TypeMethodDescriptionExportUtils.exportComponents(RealmModel realm, String parentId)  - 
Uses of ComponentExportRepresentation in org.keycloak.models.map.datastore
Method parameters in org.keycloak.models.map.datastore with type arguments of type ComponentExportRepresentationModifier and TypeMethodDescriptionprotected static voidMapExportImportManager.clearExistingComponents(RealmModel newRealm, MultivaluedHashMap<String, ComponentExportRepresentation> components) protected static voidMapExportImportManager.importComponents(RealmModel newRealm, MultivaluedHashMap<String, ComponentExportRepresentation> components, String parentId)  - 
Uses of ComponentExportRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ComponentExportRepresentationModifier and TypeMethodDescriptionStripSecretsUtils.strip(KeycloakSession session, String providerType, ComponentExportRepresentation rep) Methods in org.keycloak.models.utils with parameters of type ComponentExportRepresentationModifier and TypeMethodDescriptionStripSecretsUtils.strip(KeycloakSession session, String providerType, ComponentExportRepresentation rep)  - 
Uses of ComponentExportRepresentation in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return types with arguments of type ComponentExportRepresentationModifier and TypeMethodDescriptionRealmRepresentation.getComponents()ComponentExportRepresentation.getSubComponents()Method parameters in org.keycloak.representations.idm with type arguments of type ComponentExportRepresentationModifier and TypeMethodDescriptionvoidRealmRepresentation.setComponents(MultivaluedHashMap<String, ComponentExportRepresentation> components) voidComponentExportRepresentation.setSubComponents(MultivaluedHashMap<String, ComponentExportRepresentation> subComponents)  - 
Uses of ComponentExportRepresentation in org.keycloak.storage.datastore
Method parameters in org.keycloak.storage.datastore with type arguments of type ComponentExportRepresentationModifier and TypeMethodDescriptionprotected static voidLegacyExportImportManager.importComponents(RealmModel newRealm, MultivaluedHashMap<String, ComponentExportRepresentation> components, String parentId)