public class AddPrivilegeMappingCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected IdmEngineConfiguration |
idmEngineConfiguration |
protected String |
privilegeId |
protected String |
userId |
| Constructor and Description |
|---|
AddPrivilegeMappingCmd(String privilegeId,
String userId,
String groupId,
IdmEngineConfiguration idmEngineConfiguration) |
protected IdmEngineConfiguration idmEngineConfiguration
protected String privilegeId
protected String userId
protected String groupId
public AddPrivilegeMappingCmd(String privilegeId, String userId, String groupId, IdmEngineConfiguration idmEngineConfiguration)
public Void execute(CommandContext commandContext)
Copyright © 2022 Flowable. All rights reserved.