public class ZipImportProvider extends Object implements ImportProvider
Constructor and Description |
---|
ZipImportProvider(File zipFile,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
importModel(KeycloakSessionFactory factory,
Strategy strategy) |
void |
importRealm(KeycloakSessionFactory factory,
String realmName,
Strategy strategy) |
public void importModel(KeycloakSessionFactory factory, Strategy strategy) throws IOException
importModel
in interface ImportProvider
IOException
public void importRealm(KeycloakSessionFactory factory, String realmName, Strategy strategy) throws IOException
importRealm
in interface ImportProvider
IOException
Copyright © 2014. All Rights Reserved.