Class LogConfig

java.lang.Object
com.strongdm.api.LogConfig

public class LogConfig extends Object
  • Constructor Details

    • LogConfig

      public LogConfig()
  • Method Details

    • getCategories

      public Map<String,LogCategoryConfig> getCategories()
      The Organization's log category configuration settings.
    • setCategories

      public void setCategories(Map<String,LogCategoryConfig> in)
      The Organization's log category configuration settings.
    • getLocalEncoder

      public String getLocalEncoder()
      The Organization's local log encryption encoder, one of the LogLocalEncoder constants.
    • setLocalEncoder

      public void setLocalEncoder(String in)
      The Organization's local log encryption encoder, one of the LogLocalEncoder constants.
    • getLocalFormat

      public String getLocalFormat()
      The Organization's local log format, one of the LogLocalFormat constants.
    • setLocalFormat

      public void setLocalFormat(String in)
      The Organization's local log format, one of the LogLocalFormat constants.
    • getLocalSocketPath

      public String getLocalSocketPath()
      The Organization's local log socket path.
    • setLocalSocketPath

      public void setLocalSocketPath(String in)
      The Organization's local log socket path.
    • getLocalStorage

      public String getLocalStorage()
      The Organization's local log storage, one of the LogLocalStorage constants.
    • setLocalStorage

      public void setLocalStorage(String in)
      The Organization's local log storage, one of the LogLocalStorage constants.
    • getLocalTcpAddress

      public String getLocalTcpAddress()
      The Organization's local log TCP address.
    • setLocalTcpAddress

      public void setLocalTcpAddress(String in)
      The Organization's local log TCP address.
    • getPublicKey

      public String getPublicKey()
      The Organization's public key in PEM format for encrypting logs.
    • setPublicKey

      public void setPublicKey(String in)
      The Organization's public key in PEM format for encrypting logs.