Package | Description |
---|---|
org.keycloak.exportimport | |
org.keycloak.exportimport.dir | |
org.keycloak.exportimport.singlefile | |
org.keycloak.exportimport.util | |
org.keycloak.exportimport.zip |
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,
org.codehaus.jackson.map.ObjectMapper mapper,
InputStream is,
Strategy strategy)
Fully import realm (or more realms from particular stream)
|
static RealmModel |
ImportUtils.importRealm(KeycloakSession session,
RealmRepresentation rep,
Strategy strategy)
Fully import realm from representation, save it to model and return model of newly created realm
|
Modifier and Type | Method and Description |
---|---|
void |
ZipImportProvider.importModel(KeycloakSessionFactory factory,
Strategy strategy) |
void |
ZipImportProvider.importRealm(KeycloakSessionFactory factory,
String realmName,
Strategy strategy) |
Copyright © 2014. All Rights Reserved.