Class SpringSecurityInfrastructureModule

java.lang.Object
com.foreach.across.core.context.AbstractAcrossEntity
com.foreach.across.core.AcrossModule
com.foreach.across.modules.spring.security.infrastructure.SpringSecurityInfrastructureModule
All Implemented Interfaces:
com.foreach.across.core.context.AcrossEntity, com.foreach.across.core.context.AcrossModuleEntity

public class SpringSecurityInfrastructureModule extends com.foreach.across.core.AcrossModule
Author:
Arne Vandamme
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class com.foreach.across.core.AcrossModule

    CURRENT_MODULE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    prepareForBootstrap(com.foreach.across.core.context.bootstrap.ModuleBootstrapConfig currentModule, com.foreach.across.core.context.bootstrap.AcrossBootstrapConfig contextConfig)
     
    protected void
    registerDefaultApplicationContextConfigurers(Set<com.foreach.across.core.context.configurer.ApplicationContextConfigurer> contextConfigurers)
     

    Methods inherited from class com.foreach.across.core.AcrossModule

    addApplicationContextConfigurer, addApplicationContextConfigurer, addInstallerContextConfigurer, addInstallerContextConfigurer, addPropertySources, addPropertySources, addRuntimeDependency, equals, expose, expose, exposeClass, getApplicationContextConfigurers, getContext, getExposeFilter, getExposeTransformer, getExtensionTargets, getInstallerContextConfigurers, getInstallers, getInstallerScanPackages, getInstallerSettings, getModuleConfigurationScanPackages, getResourcesKey, getRuntimeDependencies, getVersionInfo, hashCode, isEnabled, registerDefaultInstallerContextConfigurers, setContext, setEnabled, setExposeFilter, setExposeTransformer, setInstallerSettings, toString

    Methods inherited from class com.foreach.across.core.context.AbstractAcrossEntity

    addPropertySources, getAcrossApplicationContextHolder, getProperties, hasApplicationContext, setAcrossApplicationContextHolder, setProperties, setProperty

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • SpringSecurityInfrastructureModule

      public SpringSecurityInfrastructureModule()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface com.foreach.across.core.context.AcrossModuleEntity
      Specified by:
      getName in class com.foreach.across.core.AcrossModule
    • getDescription

      public String getDescription()
      Overrides:
      getDescription in class com.foreach.across.core.AcrossModule
    • registerDefaultApplicationContextConfigurers

      protected void registerDefaultApplicationContextConfigurers(Set<com.foreach.across.core.context.configurer.ApplicationContextConfigurer> contextConfigurers)
      Overrides:
      registerDefaultApplicationContextConfigurers in class com.foreach.across.core.AcrossModule
    • prepareForBootstrap

      public void prepareForBootstrap(com.foreach.across.core.context.bootstrap.ModuleBootstrapConfig currentModule, com.foreach.across.core.context.bootstrap.AcrossBootstrapConfig contextConfig)
      Overrides:
      prepareForBootstrap in class com.foreach.across.core.AcrossModule