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