org.camunda.bpm.engine.impl.cmd
Class SetUserInfoCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
- All Implemented Interfaces:
- Serializable, Command<Object>
public class SetUserInfoCmd
- extends Object
- implements Command<Object>, Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SetUserInfoCmd
public SetUserInfoCmd(String userId,
String key,
String value)
SetUserInfoCmd
public SetUserInfoCmd(String userId,
String userPassword,
String accountName,
String accountUsername,
String accountPassword,
Map<String,String> accountDetails)
execute
public Object execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Object>
Copyright © 2016 camunda services GmbH. All rights reserved.