Class LogoutCommand
java.lang.Object
org.labkey.remoteapi.Command<CommandResponse, org.apache.hc.client5.http.classic.methods.HttpPost>
- All Implemented Interfaces:
HasRequiredVersion
Ends the current HTTP session, if any is active.
-
Nested Class Summary
Nested classes/interfaces inherited from class Command
Command.CommonParameters, Command.Response -
Field Summary
Fields inherited from class Command
CONTENT_TYPE_JSON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PostCommand
createRequest, getJsonObjectMethods inherited from class Command
_execute, createParameterMap, createResponse, execute, getActionName, getControllerName, getHttpRequest, getParameters, getParamValueAsString, getRequiredVersion, getTimeout, setRequiredVersion, setTimeout
-
Constructor Details
-
LogoutCommand
public LogoutCommand()
-