Class LogoutEvent
Event that will be called after the user has been logged out
- GCApi:
- event
- No Reactors
- Spouts:
LogoutSpoutImpl-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionLogoutEvent(HashGetter params) Create a new event that will be called after the user has been logged out -
Method Summary
Modifier and TypeMethodDescriptionReturns map containing the authentication type informationMethods 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
-
Field Details
-
params
-
-
Constructor Details
-
LogoutEvent
Create a new event that will be called after the user has been logged out- Parameters:
params- map containing the authentication type information
-
-
Method Details
-
getParams
Returns map containing the authentication type information- Returns:
- map containing the authentication type information
-