org.apache.isis.security.dflt.authorization
Class NoopAuthorizationManagerInstaller

java.lang.Object
  extended by org.apache.isis.core.commons.config.InstallerAbstract
      extended by org.apache.isis.core.runtime.authorization.standard.AuthorizationManagerStandardInstallerAbstract
          extended by org.apache.isis.security.dflt.authorization.NoopAuthorizationManagerInstaller
All Implemented Interfaces:
org.apache.isis.core.commons.components.ApplicationScopedComponent, org.apache.isis.core.commons.components.Component, org.apache.isis.core.commons.components.Installer, org.apache.isis.core.commons.config.IsisConfigurationBuilderAware, org.apache.isis.core.runtime.authorization.AuthorizationManagerInstaller

public class NoopAuthorizationManagerInstaller
extends org.apache.isis.core.runtime.authorization.standard.AuthorizationManagerStandardInstallerAbstract


Field Summary
 
Fields inherited from interface org.apache.isis.core.runtime.authorization.AuthorizationManagerInstaller
TYPE
 
Constructor Summary
NoopAuthorizationManagerInstaller()
           
 
Method Summary
protected  org.apache.isis.core.runtime.authorization.standard.Authorizor createAuthorizor(org.apache.isis.core.commons.config.IsisConfiguration configuration)
           
 
Methods inherited from class org.apache.isis.core.runtime.authorization.standard.AuthorizationManagerStandardInstallerAbstract
createAuthorizationManager, getTypes
 
Methods inherited from class org.apache.isis.core.commons.config.InstallerAbstract
addConfigurationResources, getConfiguration, getConfigurationResources, getName, getType, init, listOf, listOf, 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.apache.isis.core.commons.components.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.apache.isis.core.commons.components.ApplicationScopedComponent
init, shutdown
 

Constructor Detail

NoopAuthorizationManagerInstaller

public NoopAuthorizationManagerInstaller()
Method Detail

createAuthorizor

protected org.apache.isis.core.runtime.authorization.standard.Authorizor createAuthorizor(org.apache.isis.core.commons.config.IsisConfiguration configuration)
Specified by:
createAuthorizor in class org.apache.isis.core.runtime.authorization.standard.AuthorizationManagerStandardInstallerAbstract


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.