public class SingleFileExportProviderFactory extends Object implements ExportProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
SingleFileExportProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ExportProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
public static final String PROVIDER_ID
public ExportProvider create(KeycloakSession session)
create in interface ProviderFactory<ExportProvider>public void init(Config.Scope config)
init in interface ProviderFactory<ExportProvider>public void close()
close in interface ProviderFactory<ExportProvider>public String getId()
getId in interface ProviderFactory<ExportProvider>Copyright © 2014. All Rights Reserved.