Daisy Open Source CMS

org.outerj.daisy.authentication
Class AbstractAuthenticationFactory

java.lang.Object
  extended by org.outerj.daisy.authentication.AbstractAuthenticationFactory

public class AbstractAuthenticationFactory
extends Object


Constructor Summary
AbstractAuthenticationFactory()
           
 
Method Summary
 void dispose()
           
 void enableLogging(Logger logger)
           
 void initialize()
           
 void service(ServiceManager serviceManager)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAuthenticationFactory

public AbstractAuthenticationFactory()
Method Detail

enableLogging

public void enableLogging(Logger logger)

service

public void service(ServiceManager serviceManager)
             throws ServiceException
Throws:
ServiceException

initialize

public void initialize()
                throws Exception
Throws:
Exception

dispose

public void dispose()

Daisy Open Source CMS