Class LegacyLoginFailureEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<LegacyLoginFailureEvent>
de.hybris.platform.servicelayer.user.listener.LegacyLoginFailureEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<LegacyLoginFailureEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonEvent(LegacyLoginFailureEvent event) This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetUserAuditLoginStrategy(UserAuditLoginStrategy userAuditLoginStrategy) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
LegacyLoginFailureEventListener
public LegacyLoginFailureEventListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<LegacyLoginFailureEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
setUserAuditLoginStrategy
-