Class LogCategoryConfig

java.lang.Object
com.strongdm.api.LogCategoryConfig

public class LogCategoryConfig extends Object
  • 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

      public String getRemoteEncoder()
      The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants.
    • setRemoteEncoder

      public void setRemoteEncoder(String in)
      The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants.