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 ApplicationImporterFactory
public 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 © 2015. All Rights Reserved.