Uses of Class
org.keycloak.representations.idm.ComponentExportRepresentation
-
Packages that use ComponentExportRepresentation Package Description org.keycloak.exportimport.util org.keycloak.models.utils org.keycloak.representations.idm -
-
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.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)
Method parameters in org.keycloak.models.utils with type arguments of type ComponentExportRepresentation Modifier and Type Method Description protected static void
RepresentationToModel. importComponents(RealmModel newRealm, MultivaluedHashMap<String,ComponentExportRepresentation> components, String parentId)
-
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)
-