org.nakedobjects.runtime.authorization
Interface AuthorizationManagerInstaller

All Superinterfaces:
ApplicationScopedComponent, Component, Installer
All Known Subinterfaces:
ClientConnectionInstaller
All Known Implementing Classes:
AuthorizationManagerStandardInstallerAbstract, FileAuthorizationManagerInstaller, LdapAuthorizationManagerInstaller, NoopAuthorizationManagerInstaller

public interface AuthorizationManagerInstaller
extends Installer


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

createAuthorizationManager

AuthorizationManager createAuthorizationManager()


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