Interface SearchGuardComponentRegistry.ComponentFactory<ComponentType>
-
- All Known Implementing Classes:
InternalAuthenticationBackend.Factory
- Enclosing class:
- SearchGuardComponentRegistry<ComponentType>
public static interface SearchGuardComponentRegistry.ComponentFactory<ComponentType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentTypecreate(org.elasticsearch.common.settings.Settings settings, Path configPath)StringgetClassName()
-
-
-
Method Detail
-
create
ComponentType create(org.elasticsearch.common.settings.Settings settings, Path configPath)
-
getClassName
String getClassName()
-
-