org.nakedobjects.runtime.authentication.standard.ldap
Class LdapAuthenticationManagerInstaller

java.lang.Object
  extended by org.nakedobjects.runtime.installers.InstallerAbstract
      extended by org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandardInstallerAbstract
          extended by org.nakedobjects.runtime.authentication.standard.ldap.LdapAuthenticationManagerInstaller
All Implemented Interfaces:
ApplicationScopedComponent, Component, Installer, ConfigurationBuilderAware, AuthenticationManagerInstaller

public class LdapAuthenticationManagerInstaller
extends AuthenticationManagerStandardInstallerAbstract


Field Summary
 
Fields inherited from interface org.nakedobjects.runtime.authentication.AuthenticationManagerInstaller
TYPE
 
Constructor Summary
LdapAuthenticationManagerInstaller()
           
 
Method Summary
protected  Authenticator createAuthenticator(NakedObjectConfiguration configuration)
          Hook method
 
Methods inherited from class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandardInstallerAbstract
createAuthenticationManager
 
Methods inherited from class org.nakedobjects.runtime.installers.InstallerAbstract
addConfigurationResources, getConfiguration, getConfigurationResources, getName, getType, init, setConfiguration, setConfigurationBuilder, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Constructor Detail

LdapAuthenticationManagerInstaller

public LdapAuthenticationManagerInstaller()
Method Detail

createAuthenticator

protected Authenticator createAuthenticator(NakedObjectConfiguration configuration)
Description copied from class: AuthenticationManagerStandardInstallerAbstract
Hook method

Specified by:
createAuthenticator in class AuthenticationManagerStandardInstallerAbstract
Returns:


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.