Package | Description |
---|---|
org.keycloak.exportimport | |
org.keycloak.exportimport.dir | |
org.keycloak.exportimport.singlefile | |
org.keycloak.exportimport.util |
Modifier and Type | Field and Description |
---|---|
static Strategy |
ExportImportConfig.DEFAULT_STRATEGY |
Modifier and Type | Method and Description |
---|---|
static Strategy |
ExportImportConfig.getStrategy() |
static Strategy |
Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strategy[] |
Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportProvider.importModel(KeycloakSessionFactory factory,
Strategy strategy) |
void |
ImportProvider.importRealm(KeycloakSessionFactory factory,
String realmName,
Strategy strategy) |
Modifier and Type | Method and Description |
---|---|
void |
DirImportProvider.importModel(KeycloakSessionFactory factory,
Strategy strategy) |
void |
DirImportProvider.importRealm(KeycloakSessionFactory factory,
String realmName,
Strategy strategy) |
Modifier and Type | Method and Description |
---|---|
void |
SingleFileImportProvider.importModel(KeycloakSessionFactory factory,
Strategy strategy) |
void |
SingleFileImportProvider.importRealm(KeycloakSessionFactory factory,
String realmName,
Strategy strategy) |
Modifier and Type | Method and Description |
---|---|
static void |
ImportUtils.importFromStream(KeycloakSession session,
com.fasterxml.jackson.databind.ObjectMapper mapper,
InputStream is,
Strategy strategy)
Fully import realm (or more realms from particular stream)
|
static boolean |
ImportUtils.importRealm(KeycloakSession session,
RealmRepresentation rep,
Strategy strategy,
boolean skipUserDependent)
Fully import realm from representation, save it to model and return model of newly created realm
|
static void |
ImportUtils.importRealms(KeycloakSession session,
Collection<RealmRepresentation> realms,
Strategy strategy) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.