public class JDBCBackingEngineFactory extends Object implements BackingEngineFactory
| Constructor and Description |
|---|
JDBCBackingEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
BackingEngine |
build(Map<String,?> options)
Build a Backing engine for the JDBCLoginModule.
|
String |
getModuleClass()
Returns the login module class, that this factory can build.
|
public BackingEngine build(Map<String,?> options)
build in interface BackingEngineFactoryoptions - the factory options.public String getModuleClass()
getModuleClass in interface BackingEngineFactoryCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.