46474849505152
public void setCommandService(CommandService commandService) { this.commandService = commandService; } public void setUserId(String userId) { addTxWireObject(new WireObject(new ProvidedAuthentication(userId))); }