Uses of Class
org.keycloak.representations.idm.ComponentExportRepresentation
-
-
Uses of ComponentExportRepresentation in org.keycloak.exportimport.util
Methods in org.keycloak.exportimport.util that return types with arguments of type ComponentExportRepresentation Modifier and Type Method Description static MultivaluedHashMap<String,ComponentExportRepresentation>ExportUtils. 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 ComponentExportRepresentation Modifier and Type Method Description protected 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 ComponentExportRepresentation Modifier and Type Method Description static ComponentExportRepresentationStripSecretsUtils. strip(KeycloakSession session, String providerType, ComponentExportRepresentation rep)Methods in org.keycloak.models.utils with parameters of type ComponentExportRepresentation Modifier and Type Method Description static ComponentExportRepresentationStripSecretsUtils. 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 ComponentExportRepresentation Modifier and Type Method Description MultivaluedHashMap<String,ComponentExportRepresentation>RealmRepresentation. getComponents()MultivaluedHashMap<String,ComponentExportRepresentation>ComponentExportRepresentation. getSubComponents()Method parameters in org.keycloak.representations.idm with type arguments of type ComponentExportRepresentation Modifier and Type Method Description voidRealmRepresentation. 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 ComponentExportRepresentation Modifier and Type Method Description protected static voidLegacyExportImportManager. importComponents(RealmModel newRealm, MultivaluedHashMap<String,ComponentExportRepresentation> components, String parentId)
-