Class OnSuccessLoginHandler
- java.lang.Object
-
- de.hybris.platform.marketplacebackoffice.customization.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 Summary
Constructors Constructor Description OnSuccessLoginHandler()
-
Method Summary
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent applicationEvent)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent>
-
destroy
public void destroy() throws java.lang.Exception- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
java.lang.Exception
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.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:
setApplicationContextin interfaceorg.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)
-
-