Package org.labkey.remoteapi.security
Class RemoveGroupMembersCommand
java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpPost>
org.labkey.remoteapi.PostCommand<CommandResponse>
org.labkey.remoteapi.security.GroupMembersCommand
org.labkey.remoteapi.security.RemoveGroupMembersCommand
- All Implemented Interfaces:
HasRequiredVersion
Removes a set of principals from a security group.
This command has no meaningful response--if it executed without exception, the changes were applied.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.labkey.remoteapi.Command
Command.CommonParameters, Command.Response
-
Field Summary
Fields inherited from class org.labkey.remoteapi.Command
CONTENT_TYPE_JSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.labkey.remoteapi.security.GroupMembersCommand
addPrincipalId, addPrincipalId, clearPrincipalIds, getGroupId, getJsonObject, getPrincipals, setGroupId
Methods inherited from class org.labkey.remoteapi.PostCommand
createRequest
Methods inherited from class org.labkey.remoteapi.Command
_execute, createParameterMap, createResponse, execute, getActionName, getControllerName, getHttpRequest, getParameters, getParamValueAsString, getRequiredVersion, getTimeout, setRequiredVersion, setTimeout
-
Constructor Details
-
RemoveGroupMembersCommand
public RemoveGroupMembersCommand(int groupId)
-