Class UpdateUserPasswordCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.UpdateUserPasswordCmd
All Implemented Interfaces:
java.io.Serializable, org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.User>

public class UpdateUserPasswordCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.User>, java.io.Serializable
Author:
faizal-manan
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    UpdateUserPasswordCmd​(org.flowable.idm.api.User user)  
  • Method Summary

    Modifier and Type Method Description
    org.flowable.idm.api.User execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

      public org.flowable.idm.api.User execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.User>