Uses of Class
org.keycloak.representations.idm.ComponentExportRepresentation
-
Packages that use ComponentExportRepresentation Package Description org.keycloak.representations.idm -
-
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)
-