org.fusesource.fabric.jaas
Class ZookeeperBackingEngineFactory

java.lang.Object
  extended by org.fusesource.fabric.jaas.ZookeeperBackingEngineFactory
All Implemented Interfaces:
org.apache.karaf.jaas.modules.BackingEngineFactory

public class ZookeeperBackingEngineFactory
extends java.lang.Object
implements org.apache.karaf.jaas.modules.BackingEngineFactory


Field Summary
protected  org.osgi.framework.BundleContext bundleContext
           
protected  FabricService service
           
 
Constructor Summary
ZookeeperBackingEngineFactory()
           
 
Method Summary
 org.apache.karaf.jaas.modules.BackingEngine build(java.util.Map options)
           
 java.lang.String getModuleClass()
           
 void setService(FabricService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleContext

protected org.osgi.framework.BundleContext bundleContext

service

protected FabricService service
Constructor Detail

ZookeeperBackingEngineFactory

public ZookeeperBackingEngineFactory()
Method Detail

getModuleClass

public java.lang.String getModuleClass()
Specified by:
getModuleClass in interface org.apache.karaf.jaas.modules.BackingEngineFactory

build

public org.apache.karaf.jaas.modules.BackingEngine build(java.util.Map options)
Specified by:
build in interface org.apache.karaf.jaas.modules.BackingEngineFactory

setService

public void setService(FabricService service)


Copyright © 2012 FuseSource. All Rights Reserved.