Class OnSuccessLoginHandler

java.lang.Object
de.hybris.platform.marketplacebackoffice.customization.OnSuccessLoginHandler
All Implemented Interfaces:
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 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 Details

    • OnSuccessLoginHandler

      public OnSuccessLoginHandler()
  • Method Details

    • 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 Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      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)
    • getVendorService

      protected VendorService getVendorService()
    • setVendorService

      public void setVendorService(VendorService vendorService)
    • getSearchRestrictionService

      protected SearchRestrictionService getSearchRestrictionService()
    • setSearchRestrictionService

      public void setSearchRestrictionService(SearchRestrictionService searchRestrictionService)
    • getVendorCmsStrategy

      protected VendorCMSStrategy getVendorCmsStrategy()
    • setVendorCmsStrategy

      public void setVendorCmsStrategy(VendorCMSStrategy vendorCmsStrategy)
    • getClassificationClassesResolverStrategy

      protected ClassificationClassesResolverStrategy getClassificationClassesResolverStrategy()
    • setClassificationClassesResolverStrategy

      public void setClassificationClassesResolverStrategy(ClassificationClassesResolverStrategy classificationClassesResolverStrategy)