org.apache.karaf.jaas.modules.jdbc
Class JDBCBackingEngineFactory
java.lang.Object
org.apache.karaf.jaas.modules.jdbc.JDBCBackingEngineFactory
- All Implemented Interfaces:
- BackingEngineFactory
public class JDBCBackingEngineFactory
- extends Object
- implements BackingEngineFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCBackingEngineFactory
public JDBCBackingEngineFactory()
build
public BackingEngine build(Map options)
- Build a Backing engine for the JDBCLoginModule.
- Specified by:
build in interface BackingEngineFactory
- Parameters:
options -
- Returns:
getModuleClass
public String getModuleClass()
- Returns the login module class, that this factory can build.
- Specified by:
getModuleClass in interface BackingEngineFactory
- Returns:
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.