Class PasswordChangeEvent
Event that will be called to update the user's password
- GCApi:
- event
- Reactors:
- No Spouts
BTPasswordChange(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
ConstructorsConstructorDescriptionPasswordChangeEvent(String username, String password, String newPassword) Create a new event that will be called to update the user's password -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
username
-
password
-
newPassword
-
-
Constructor Details
-
PasswordChangeEvent
Create a new event that will be called to update the user's password- Parameters:
username- the username of the user whose password will be changedpassword- the old passwordnewPassword- the new password
-
-
Method Details
-
getUsername
- Returns:
- the username of the user whose password will be changed
-
getPassword
- Returns:
- the old password
-
getNewPassword
- Returns:
- the new password
-