Class LDAPBackingEngineFactory
- java.lang.Object
-
- org.apache.karaf.jaas.modules.ldap.LDAPBackingEngineFactory
-
- All Implemented Interfaces:
BackingEngineFactory
public class LDAPBackingEngineFactory extends Object implements BackingEngineFactory
Karaf JAAS backing engine factory to support basic list funcitonality for the LDAP login module.
-
-
Constructor Summary
Constructors Constructor Description LDAPBackingEngineFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackingEnginebuild(Map<String,?> options)Backing engine factory method.StringgetModuleClass()Get the module class.
-
-
-
Method Detail
-
getModuleClass
public String getModuleClass()
Description copied from interface:BackingEngineFactoryGet the module class.- Specified by:
getModuleClassin interfaceBackingEngineFactory- Returns:
- the module class.
-
build
public BackingEngine build(Map<String,?> options)
Description copied from interface:BackingEngineFactoryBacking engine factory method.- Specified by:
buildin interfaceBackingEngineFactory- Parameters:
options- the factory options.- Returns:
- the built backing engine.
-
-