org.nakedobjects.runtime.authorization.standard.noop
Class NoopAuthorizationManagerInstaller

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

public class NoopAuthorizationManagerInstaller
extends AuthorizationManagerStandardInstallerAbstract


Field Summary
 
Fields inherited from interface org.nakedobjects.runtime.authorization.AuthorizationManagerInstaller
TYPE
 
Constructor Summary
NoopAuthorizationManagerInstaller()
           
 
Method Summary
protected  Authorizor createAuthorizor(NakedObjectConfiguration configuration)
          Hook method
 
Methods inherited from class org.nakedobjects.runtime.authorization.standard.AuthorizationManagerStandardInstallerAbstract
createAuthorizationManager
 
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

NoopAuthorizationManagerInstaller

public NoopAuthorizationManagerInstaller()
Method Detail

createAuthorizor

protected Authorizor createAuthorizor(NakedObjectConfiguration configuration)
Description copied from class: AuthorizationManagerStandardInstallerAbstract
Hook method

Specified by:
createAuthorizor in class AuthorizationManagerStandardInstallerAbstract
Returns:


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