Class LegacyLoginFailureEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<LegacyLoginFailureEvent>
-
- de.hybris.platform.servicelayer.user.listener.LegacyLoginFailureEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<LegacyLoginFailureEvent>
public class LegacyLoginFailureEventListener extends AbstractEventListener<LegacyLoginFailureEvent>
-
-
Constructor Summary
Constructors Constructor Description LegacyLoginFailureEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(LegacyLoginFailureEvent event)
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
public void setUserAuditLoginStrategy(UserAuditLoginStrategy userAuditLoginStrategy)
-
-