public class DirExportProviderFactory extends Object implements ExportProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
DirExportProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ExportProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic 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 postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<ExportProvider>public void close()
close in interface ProviderFactory<ExportProvider>public String getId()
getId in interface ProviderFactory<ExportProvider>Copyright © 2020 JBoss by Red Hat. All rights reserved.