public class DeleteTenantUserMembershipCmd extends AbstractWritableIdentityServiceCmd<Void> implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
tenantId |
protected String |
userId |
Constructor and Description |
---|
DeleteTenantUserMembershipCmd(String tenantId,
String userId) |
Modifier and Type | Method and Description |
---|---|
protected Void |
executeCmd(CommandContext commandContext) |
execute
protected Void executeCmd(CommandContext commandContext)
executeCmd
in class AbstractWritableIdentityServiceCmd<Void>
Copyright © 2019. All rights reserved.