org.outerj.daisy.authentication.impl
Class NtlmAuthenticationFactory

java.lang.Object
  extended by org.outerj.daisy.authentication.AbstractAuthenticationFactory
      extended by org.outerj.daisy.authentication.impl.NtlmAuthenticationFactory
All Implemented Interfaces:
org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.service.Serviceable

public class NtlmAuthenticationFactory
extends org.outerj.daisy.authentication.AbstractAuthenticationFactory
implements org.apache.avalon.framework.configuration.Configurable

Constructs and registers NtlmAuthenticationSchemes with the UserAuthenticator.


Field Summary
 
Fields inherited from class org.outerj.daisy.authentication.AbstractAuthenticationFactory
logger, schemes
 
Constructor Summary
NtlmAuthenticationFactory()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration configuration)
           
 void service(org.apache.avalon.framework.service.ServiceManager serviceManager)
           
 
Methods inherited from class org.outerj.daisy.authentication.AbstractAuthenticationFactory
dispose, enableLogging, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NtlmAuthenticationFactory

public NtlmAuthenticationFactory()
Method Detail

service

public void service(org.apache.avalon.framework.service.ServiceManager serviceManager)
             throws org.apache.avalon.framework.service.ServiceException
Specified by:
service in interface org.apache.avalon.framework.service.Serviceable
Overrides:
service in class org.outerj.daisy.authentication.AbstractAuthenticationFactory
Throws:
org.apache.avalon.framework.service.ServiceException

configure

public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Throws:
org.apache.avalon.framework.configuration.ConfigurationException


Copyright © -2012 . All Rights Reserved.