Class OnSuccessLoginHandler

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent>

    public class OnSuccessLoginHandler
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    • Constructor Detail

      • OnSuccessLoginHandler

        public OnSuccessLoginHandler()
    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent applicationEvent)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent>
      • destroy

        public void destroy()
                     throws java.lang.Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        java.lang.Exception
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • getApplicationEventMulticaster

        public org.springframework.context.event.ApplicationEventMulticaster getApplicationEventMulticaster()
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
      • setSessionService

        public void setSessionService​(SessionService sessionService)
      • setVendorService

        public void setVendorService​(VendorService vendorService)
      • setSearchRestrictionService

        public void setSearchRestrictionService​(SearchRestrictionService searchRestrictionService)
      • setVendorCmsStrategy

        public void setVendorCmsStrategy​(VendorCMSStrategy vendorCmsStrategy)