Class SyncopeBackingEngineFactory
- java.lang.Object
-
- org.apache.karaf.jaas.modules.syncope.SyncopeBackingEngineFactory
-
- All Implemented Interfaces:
BackingEngineFactory
public class SyncopeBackingEngineFactory extends Object implements BackingEngineFactory
-
-
Constructor Summary
Constructors Constructor Description SyncopeBackingEngineFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackingEnginebuild(Map<String,?> options)Backing engine factory method.StringgetModuleClass()Returns the login module class, that this factory can build.
-
-
-
Method Detail
-
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.
-
getModuleClass
public String getModuleClass()
Returns the login module class, that this factory can build.- Specified by:
getModuleClassin interfaceBackingEngineFactory- Returns:
- the module class.
-
-