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 ImportProvider
IOException
public void importRealm(KeycloakSessionFactory factory, String realmName, Strategy strategy) throws IOException
importRealm
in interface ImportProvider
IOException
Copyright © 2015. All rights reserved.