Class UstraSessionAuthenticationDuplicationConfiguration

java.lang.Object
com.gsitm.ustra.java.autoconfigure.security.duplication.UstraSessionAuthenticationDuplicationConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

@Configuration @ConditionalOnClass(com.gsitm.ustra.java.mvc.view.UstraMvcView.class) public class UstraSessionAuthenticationDuplicationConfiguration extends Object implements org.springframework.beans.factory.BeanFactoryAware
인증 중복 확인을 위한 Configuration
  • Constructor Details

    • UstraSessionAuthenticationDuplicationConfiguration

      public UstraSessionAuthenticationDuplicationConfiguration(List<com.gsitm.ustra.java.security.authentication.processor.UstraAuthenticationProcessor> processors, com.gsitm.ustra.java.data.properties.UstraDataProperties dataProperties, com.gsitm.ustra.java.security.connection.UstraConnectionStorage connectionStorage)
  • Method Details

    • init

      public void init()
    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Throws:
      org.springframework.beans.BeansException
    • authSessionDuplicationCheckTaskScheduler

      @Bean @Qualifier("authSessionDuplicationCheckTaskScheduler") public org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler authSessionDuplicationCheckTaskScheduler()
    • sessionSchedulerInitializingApplicationListener

      @Bean public com.gsitm.ustra.java.autoconfigure.security.duplication.UstraSessionAuthenticationDuplicationConfiguration.SchedulerInitializingApplicationListener sessionSchedulerInitializingApplicationListener()