org.nakedobjects.runtime.authentication
Interface AuthenticationManagerInstaller

All Superinterfaces:
ApplicationScopedComponent, Component, Installer
All Known Subinterfaces:
ClientConnectionInstaller
All Known Implementing Classes:
AuthenticationManagerStandardInstallerAbstract, FileAuthenticationManagerInstaller, LdapAuthenticationManagerInstaller, NoopAuthenticationManagerInstaller

public interface AuthenticationManagerInstaller
extends Installer


Field Summary
static java.lang.String TYPE
           
 
Method Summary
 AuthenticationManager createAuthenticationManager()
           
 
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
 

Field Detail

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values
Method Detail

createAuthenticationManager

AuthenticationManager createAuthenticationManager()


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