Package com.strongdm.api
Class QueryCapture
java.lang.Object
com.strongdm.api.QueryCapture
A QueryCapture contains additional information about queries against SSH, Kubernetes, and RDP resources.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe command executed on the client for a Kubernetes session.The command executed over an SSH or Kubernetes session.The target container of a Kubernetes operation.getEnv()
The environment variables for an SSH or Kubernetes session.The remote file name of an SCP operation.long
The file size transferred for an SCP operation.int
The height of the terminal or window for SSH, Kubernetes, and RDP interactive sessions.The impersonation groups of a Kubernetes operation.The impersonation user of a Kubernetes operation.getPod()
The target pod of a Kubernetes operation.byte[]
The HTTP request body of a Kubernetes operation.The HTTP request method of a Kubernetes operation.The HTTP request URI of a Kubernetes operation.getType()
The CaptureType of this query capture, one of the CaptureType constants.int
getWidth()
The width of the terminal or window for SSH, Kubernetes, and RDP interactive sessions.void
The command executed on the client for a Kubernetes session.void
setCommand
(String in) The command executed over an SSH or Kubernetes session.void
setContainer
(String in) The target container of a Kubernetes operation.void
The environment variables for an SSH or Kubernetes session.void
setFileName
(String in) The remote file name of an SCP operation.void
setFileSize
(long in) The file size transferred for an SCP operation.void
setHeight
(int in) The height of the terminal or window for SSH, Kubernetes, and RDP interactive sessions.void
The impersonation groups of a Kubernetes operation.void
The impersonation user of a Kubernetes operation.void
The target pod of a Kubernetes operation.void
setRequestBody
(byte[] in) The HTTP request body of a Kubernetes operation.void
The HTTP request method of a Kubernetes operation.void
setRequestUri
(String in) The HTTP request URI of a Kubernetes operation.void
The CaptureType of this query capture, one of the CaptureType constants.void
setWidth
(int in) The width of the terminal or window for SSH, Kubernetes, and RDP interactive sessions.
-
Constructor Details
-
QueryCapture
public QueryCapture()
-
-
Method Details
-
getClientCommand
The command executed on the client for a Kubernetes session. -
setClientCommand
The command executed on the client for a Kubernetes session. -
getCommand
The command executed over an SSH or Kubernetes session. -
setCommand
The command executed over an SSH or Kubernetes session. -
getContainer
The target container of a Kubernetes operation. -
setContainer
The target container of a Kubernetes operation. -
getEnv
The environment variables for an SSH or Kubernetes session. -
setEnv
The environment variables for an SSH or Kubernetes session. -
getFileName
The remote file name of an SCP operation. -
setFileName
The remote file name of an SCP operation. -
getFileSize
public long getFileSize()The file size transferred for an SCP operation. -
setFileSize
public void setFileSize(long in) The file size transferred for an SCP operation. -
getHeight
public int getHeight()The height of the terminal or window for SSH, Kubernetes, and RDP interactive sessions. -
setHeight
public void setHeight(int in) The height of the terminal or window for SSH, Kubernetes, and RDP interactive sessions. -
getImpersonationGroups
The impersonation groups of a Kubernetes operation. -
setImpersonationGroups
The impersonation groups of a Kubernetes operation. -
getImpersonationUser
The impersonation user of a Kubernetes operation. -
setImpersonationUser
The impersonation user of a Kubernetes operation. -
getPod
The target pod of a Kubernetes operation. -
setPod
The target pod of a Kubernetes operation. -
getRequestBody
public byte[] getRequestBody()The HTTP request body of a Kubernetes operation. -
setRequestBody
public void setRequestBody(byte[] in) The HTTP request body of a Kubernetes operation. -
getRequestMethod
The HTTP request method of a Kubernetes operation. -
setRequestMethod
The HTTP request method of a Kubernetes operation. -
getRequestUri
The HTTP request URI of a Kubernetes operation. -
setRequestUri
The HTTP request URI of a Kubernetes operation. -
getType
The CaptureType of this query capture, one of the CaptureType constants. -
setType
The CaptureType of this query capture, one of the CaptureType constants. -
getWidth
public int getWidth()The width of the terminal or window for SSH, Kubernetes, and RDP interactive sessions. -
setWidth
public void setWidth(int in) The width of the terminal or window for SSH, Kubernetes, and RDP interactive sessions.
-