Class SystemUserIdentificationEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Identity>
overit.geocall.bl.BusinessEvent<Identity>
overit.geocall.basic.bl.auth.event.SystemUserIdentificationEvent
Event called to request a system user identification.
It returns an instance of the identity.
- GCApi:
- event
- Reactors:
- No Spouts
BTSystemUserIdentification(0)-
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
ConstructorsConstructorDescriptionSystemUserIdentificationEvent(Long company, String username) Create a new event that will be called to identify a new system user. -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the company.Returns the username.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
-
Field Details
-
company
-
username
-
-
Constructor Details
-
SystemUserIdentificationEvent
Create a new event that will be called to identify a new system user.- Parameters:
company- The long containing the id of the company.username- The string containing the username of the user.
-
-
Method Details
-
getCompany
Returns the id of the company.- Returns:
- The id of the company.
-
getUsername
Returns the username.- Returns:
- the username.
-