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 void
MapExportImportManager. clearExistingComponents(RealmModel newRealm, MultivaluedHashMap<String,ComponentExportRepresentation> components)
protected static void
MapExportImportManager. 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 ComponentExportRepresentation
StripSecretsUtils. strip(KeycloakSession session, String providerType, ComponentExportRepresentation rep)
Methods in org.keycloak.models.utils with parameters of type ComponentExportRepresentation Modifier and Type Method Description static ComponentExportRepresentation
StripSecretsUtils. 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 void
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 ComponentExportRepresentation Modifier and Type Method Description protected static void
LegacyExportImportManager. importComponents(RealmModel newRealm, MultivaluedHashMap<String,ComponentExportRepresentation> components, String parentId)
-