Package com.strongdm.api
Class LogConfig
java.lang.Object
com.strongdm.api.LogConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Organization's log category configuration settings.The Organization's local log encryption encoder, one of the LogLocalEncoder constants.The Organization's local log format, one of the LogLocalFormat constants.The Organization's local log socket path.The Organization's local log storage, one of the LogLocalStorage constants.The Organization's local log TCP address.The Organization's public key in PEM format for encrypting logs.void
The Organization's log category configuration settings.void
The Organization's local log encryption encoder, one of the LogLocalEncoder constants.void
setLocalFormat
(String in) The Organization's local log format, one of the LogLocalFormat constants.void
The Organization's local log socket path.void
The Organization's local log storage, one of the LogLocalStorage constants.void
The Organization's local log TCP address.void
setPublicKey
(String in) The Organization's public key in PEM format for encrypting logs.
-
Constructor Details
-
LogConfig
public LogConfig()
-
-
Method Details
-
getCategories
The Organization's log category configuration settings. -
setCategories
The Organization's log category configuration settings. -
getLocalEncoder
The Organization's local log encryption encoder, one of the LogLocalEncoder constants. -
setLocalEncoder
The Organization's local log encryption encoder, one of the LogLocalEncoder constants. -
getLocalFormat
The Organization's local log format, one of the LogLocalFormat constants. -
setLocalFormat
The Organization's local log format, one of the LogLocalFormat constants. -
getLocalSocketPath
The Organization's local log socket path. -
setLocalSocketPath
The Organization's local log socket path. -
getLocalStorage
The Organization's local log storage, one of the LogLocalStorage constants. -
setLocalStorage
The Organization's local log storage, one of the LogLocalStorage constants. -
getLocalTcpAddress
The Organization's local log TCP address. -
setLocalTcpAddress
The Organization's local log TCP address. -
getPublicKey
The Organization's public key in PEM format for encrypting logs. -
setPublicKey
The Organization's public key in PEM format for encrypting logs.
-