Class AccountLockedEvent
Event that will be called after the user account has been suspended after to many login attempt
- GCApi:
- event
- No Reactors
- No Spouts
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionAccountLockedEvent(long userId) Create a new event that will be called after the user account has been suspended -
Method Summary
Methods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
AccountLockedEvent
public AccountLockedEvent(long userId) Create a new event that will be called after the user account has been suspended- Parameters:
userId- the user identifier
-
-
Method Details
-
getUserId
public long getUserId()- Returns:
- the user identifier
-