org.outerj.daisy.authentication.impl
Class LdapAuthenticationFactory
java.lang.Object
org.outerj.daisy.authentication.AbstractAuthenticationFactory
org.outerj.daisy.authentication.impl.LdapAuthenticationFactory
- 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 LdapAuthenticationFactory
- extends org.outerj.daisy.authentication.AbstractAuthenticationFactory
- implements org.apache.avalon.framework.configuration.Configurable
Constructs and registers LdapAuthenticationSchemes with the UserAuthenticator.
Fields inherited from class org.outerj.daisy.authentication.AbstractAuthenticationFactory |
logger, schemes |
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 |
LdapAuthenticationFactory
public LdapAuthenticationFactory()
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.