Package com.flowable.idm.engine.impl.cmd
Class UpdateUserPasswordCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.UpdateUserPasswordCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.User>
public class UpdateUserPasswordCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.User>, Serializable
- Author:
- faizal-manan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.idm.api.User
execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Constructor Details
-
UpdateUserPasswordCmd
public UpdateUserPasswordCmd(org.flowable.idm.api.User user)
-
-
Method Details
-
execute
public org.flowable.idm.api.User execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.User>
-