Class InternalAuthenticationBackend.Factory
- java.lang.Object
-
- com.floragunn.searchguard.auth.internal.InternalAuthenticationBackend.Factory
-
- All Implemented Interfaces:
SearchGuardComponentRegistry.ComponentFactory<InternalAuthenticationBackend>
- Enclosing class:
- InternalAuthenticationBackend
public static class InternalAuthenticationBackend.Factory extends Object implements SearchGuardComponentRegistry.ComponentFactory<InternalAuthenticationBackend>
-
-
Constructor Summary
Constructors Constructor Description Factory(InternalUsersDatabase internalUsersDatabase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalAuthenticationBackendcreate(org.elasticsearch.common.settings.Settings settings, Path configPath)StringgetClassName()
-
-
-
Constructor Detail
-
Factory
public Factory(InternalUsersDatabase internalUsersDatabase)
-
-
Method Detail
-
create
public InternalAuthenticationBackend create(org.elasticsearch.common.settings.Settings settings, Path configPath)
- Specified by:
createin interfaceSearchGuardComponentRegistry.ComponentFactory<InternalAuthenticationBackend>
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfaceSearchGuardComponentRegistry.ComponentFactory<InternalAuthenticationBackend>
-
-