Class GenerateApiKeyEvent
It generate a new Api Key token. The Api Key will be add to
AAPIKEY table, Redis cache and return back.- Since:
- 10.0
-
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
ConstructorsConstructorDescriptionGenerateApiKeyEvent(BOApiKey boApiKey) Create a new event that will be called to generate a new Api Key for the user passed as parameter -
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
-
GenerateApiKeyEvent
Create a new event that will be called to generate a new Api Key for the user passed as parameter- Parameters:
boApiKey- the user object
-
-
Method Details
-
getBoApiKey
-