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.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 TypeMethodDescriptionvoid
RealmRepresentation.setComponents
(MultivaluedHashMap<String, ComponentExportRepresentation> components) void
ComponentExportRepresentation.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 void
DefaultExportImportManager.importComponents
(RealmModel newRealm, MultivaluedHashMap<String, ComponentExportRepresentation> components, String parentId)