Package com.strongdm.api
Class LogCategoryConfig
java.lang.Object
com.strongdm.api.LogCategoryConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates if the Organization should exclude replay data from remote logging for the log category.The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants.void
setRemoteDiscardReplays
(boolean in) Indicates if the Organization should exclude replay data from remote logging for the log category.void
The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants.
-
Constructor Details
-
LogCategoryConfig
public LogCategoryConfig()
-
-
Method Details
-
getRemoteDiscardReplays
public boolean getRemoteDiscardReplays()Indicates if the Organization should exclude replay data from remote logging for the log category. -
setRemoteDiscardReplays
public void setRemoteDiscardReplays(boolean in) Indicates if the Organization should exclude replay data from remote logging for the log category. -
getRemoteEncoder
The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants. -
setRemoteEncoder
The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants.
-