Class BTPasswordChange

java.lang.Object
overit.geocall.bl.BusinessTask<PasswordChangeEvent>
overit.geocall.basic.bl.user.task.BTPasswordChange
All Implemented Interfaces:
Serializable, Tool

@Event(PasswordChangeEvent.class) @Permission("foundation.base.user.edit") public class BTPasswordChange extends BusinessTask<PasswordChangeEvent>
Task that listen the PasswordChangeEvent and change the user password into the database.
Can raise a DAValidate exception in case the user cannot be identified, or a DAException if there is some connection problem with the database.
Since:
9.0
See Also:
GCApi:
task