Class SetUserInfoCmd

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

public class SetUserInfoCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Object>, Serializable
Author:
Tom Baeyens
See Also:
  • Field Details

    • userId

      protected String userId
    • userPassword

      protected String userPassword
    • type

      protected String type
    • key

      protected String key
    • value

      protected String value
    • accountPassword

      protected String accountPassword
    • accountDetails

      protected Map<String,String> accountDetails
  • Constructor Details

  • Method Details

    • execute

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