Class SessionPropertyHandler

java.lang.Object
cronapp.framework.security.SessionPropertyHandler
All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>

@Configuration @Order @ConditionalOnProperty(prefix="cronapp.security.session", name="enabled", havingValue="true", matchIfMissing=true) public class SessionPropertyHandler extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
  • Constructor Details

    • SessionPropertyHandler

      public SessionPropertyHandler()
  • Method Details

    • initialize

      public void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
      Specified by:
      initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>