org.nakedobjects.runtime.authorization.standard
Class AuthorizationManagerStandardInstallerAbstract

java.lang.Object
  extended by org.nakedobjects.runtime.installers.InstallerAbstract
      extended by org.nakedobjects.runtime.authorization.standard.AuthorizationManagerStandardInstallerAbstract
All Implemented Interfaces:
ApplicationScopedComponent, Component, Installer, ConfigurationBuilderAware, AuthorizationManagerInstaller
Direct Known Subclasses:
FileAuthorizationManagerInstaller, LdapAuthorizationManagerInstaller, NoopAuthorizationManagerInstaller

public abstract class AuthorizationManagerStandardInstallerAbstract
extends InstallerAbstract
implements AuthorizationManagerInstaller


Field Summary
 
Fields inherited from interface org.nakedobjects.runtime.authorization.AuthorizationManagerInstaller
TYPE
 
Constructor Summary
AuthorizationManagerStandardInstallerAbstract(java.lang.String name)
           
 
Method Summary
 AuthorizationManager createAuthorizationManager()
           
protected abstract  Authorizor createAuthorizor(NakedObjectConfiguration configuration)
          Hook method
 
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

AuthorizationManagerStandardInstallerAbstract

public AuthorizationManagerStandardInstallerAbstract(java.lang.String name)
Method Detail

createAuthorizationManager

public AuthorizationManager createAuthorizationManager()
Specified by:
createAuthorizationManager in interface AuthorizationManagerInstaller

createAuthorizor

protected abstract Authorizor createAuthorizor(NakedObjectConfiguration configuration)
Hook method

Returns:


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