Class PropertiesBackingEngineFactory
- java.lang.Object
-
- org.apache.karaf.jaas.modules.properties.PropertiesBackingEngineFactory
-
- All Implemented Interfaces:
BackingEngineFactory
public class PropertiesBackingEngineFactory extends Object implements BackingEngineFactory
-
-
Constructor Summary
Constructors Constructor Description PropertiesBackingEngineFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackingEnginebuild(Map<String,?> options)Builds the Backing EngineStringgetModuleClass()Returns the login module class, that this factory can build.
-
-
-
Method Detail
-
build
public BackingEngine build(Map<String,?> options)
Builds the Backing Engine- Specified by:
buildin interfaceBackingEngineFactory- Parameters:
options- the factory options.- Returns:
- the built backing engine.
-
getModuleClass
public String getModuleClass()
Returns the login module class, that this factory can build.- Specified by:
getModuleClassin interfaceBackingEngineFactory- Returns:
- the module class.
-
-