org.apache.karaf.jaas.modules.properties
Class PropertiesBackingEngineFactory

java.lang.Object
  extended by org.apache.karaf.jaas.modules.properties.PropertiesBackingEngineFactory
All Implemented Interfaces:
BackingEngineFactory

public class PropertiesBackingEngineFactory
extends java.lang.Object
implements BackingEngineFactory

Author:
iocanel

Constructor Summary
PropertiesBackingEngineFactory()
           
 
Method Summary
 BackingEngine build(java.util.Map options)
          Builds the Backing Engine
 java.lang.String getModuleClass()
          Returns the login module class, that this factory can build.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesBackingEngineFactory

public PropertiesBackingEngineFactory()
Method Detail

build

public BackingEngine build(java.util.Map options)
Builds the Backing Engine

Specified by:
build in interface BackingEngineFactory
Parameters:
options -
Returns:

getModuleClass

public java.lang.String getModuleClass()
Returns the login module class, that this factory can build.

Specified by:
getModuleClass in interface BackingEngineFactory
Returns:


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.