org.apache.isis.security.dflt.authentication
Class NoopAuthenticationManagerInstaller

java.lang.Object
  extended by org.apache.isis.core.commons.config.InstallerAbstract
      extended by org.apache.isis.core.runtime.authentication.standard.AuthenticationManagerStandardInstallerAbstract
          extended by org.apache.isis.runtimes.dflt.runtime.authentication.AuthenticationManagerStandardInstallerAbstractForDfltRuntime
              extended by org.apache.isis.security.dflt.authentication.NoopAuthenticationManagerInstaller
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.authentication.AuthenticationManagerInstaller

public class NoopAuthenticationManagerInstaller
extends org.apache.isis.runtimes.dflt.runtime.authentication.AuthenticationManagerStandardInstallerAbstractForDfltRuntime


Field Summary
 
Fields inherited from interface org.apache.isis.core.runtime.authentication.AuthenticationManagerInstaller
TYPE
 
Constructor Summary
NoopAuthenticationManagerInstaller()
           
 
Method Summary
protected  List<org.apache.isis.core.runtime.authentication.standard.Authenticator> createAuthenticators(org.apache.isis.core.commons.config.IsisConfiguration configuration)
           
 
Methods inherited from class org.apache.isis.runtimes.dflt.runtime.authentication.AuthenticationManagerStandardInstallerAbstractForDfltRuntime
createAuthenticationManagerStandard
 
Methods inherited from class org.apache.isis.core.runtime.authentication.standard.AuthenticationManagerStandardInstallerAbstract
createAuthenticationManager, 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

NoopAuthenticationManagerInstaller

public NoopAuthenticationManagerInstaller()
Method Detail

createAuthenticators

protected List<org.apache.isis.core.runtime.authentication.standard.Authenticator> createAuthenticators(org.apache.isis.core.commons.config.IsisConfiguration configuration)
Specified by:
createAuthenticators in class org.apache.isis.core.runtime.authentication.standard.AuthenticationManagerStandardInstallerAbstract


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