Package | Description |
---|---|
org.keycloak.exportimport.util | |
org.keycloak.models.utils | |
org.keycloak.representations.idm |
Modifier and Type | Method and Description |
---|---|
static MultivaluedHashMap<String,ComponentExportRepresentation> |
ExportUtils.exportComponents(RealmModel realm,
String parentId) |
Modifier and Type | Method and Description |
---|---|
static ComponentExportRepresentation |
StripSecretsUtils.strip(KeycloakSession session,
String providerType,
ComponentExportRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
static ComponentExportRepresentation |
StripSecretsUtils.strip(KeycloakSession session,
String providerType,
ComponentExportRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
protected static void |
RepresentationToModel.importComponents(RealmModel newRealm,
MultivaluedHashMap<String,ComponentExportRepresentation> components,
String parentId) |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,ComponentExportRepresentation> |
RealmRepresentation.getComponents() |
MultivaluedHashMap<String,ComponentExportRepresentation> |
ComponentExportRepresentation.getSubComponents() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setComponents(MultivaluedHashMap<String,ComponentExportRepresentation> components) |
void |
ComponentExportRepresentation.setSubComponents(MultivaluedHashMap<String,ComponentExportRepresentation> subComponents) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.