public class EntityDescriptorImporterFactory extends Object implements ApplicationImporterFactory
| Constructor and Description |
|---|
EntityDescriptorImporterFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ApplicationImporter |
create(KeycloakSession session) |
String |
getDisplayName() |
String |
getId() |
void |
init(Config.Scope config) |
public String getDisplayName()
getDisplayName in interface ApplicationImporterFactorypublic ApplicationImporter create(KeycloakSession session)
create in interface ProviderFactory<ApplicationImporter>public void init(Config.Scope config)
init in interface ProviderFactory<ApplicationImporter>public void close()
close in interface ProviderFactory<ApplicationImporter>public String getId()
getId in interface ProviderFactory<ApplicationImporter>Copyright © 2014. All Rights Reserved.