Class LoginEvent
Event that will be called after the user has been logged in
- GCApi:
- event
- No Reactors
- Spouts:
LoginSpoutImpl-
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
ConstructorsConstructorDescriptionLoginEvent(HashGetter params) Create a new event that will be called after the user has been logged in -
Method Summary
Modifier and TypeMethodDescriptionReturns a 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
-
LOGIN_FAILED
- See Also:
-
params
-
-
Constructor Details
-
LoginEvent
Create a new event that will be called after the user has been logged in- Parameters:
params- map containing the authentication type information
-
-
Method Details
-
getParams
Returns a map containing the authentication type information- Returns:
- a map containing the authentication type information
-