Interface ExternalAccessLogPublisherCfgClient

    • Method Detail

      • getConfigFile

        String getConfigFile()
        Gets the "config-file" property.

        The JSON configuration file that defines the External Access Log Publisher. The content of the JSON configuration file depends on the type of external audit event handler. The path to the file is relative to the server root.

        Returns:
        Returns the value of the "config-file" property.
      • setConfigFile

        void setConfigFile​(String value)
                    throws PropertyException
        Sets the "config-file" property.

        The JSON configuration file that defines the External Access Log Publisher. The content of the JSON configuration file depends on the type of external audit event handler. The path to the file is relative to the server root.

        Parameters:
        value - The value of the "config-file" property.
        Throws:
        PropertyException - If the new value is invalid.
      • isLogControlOids

        boolean isLogControlOids()
        Gets the "log-control-oids" property.

        Specifies whether control OIDs will be included in operation log records.

        Returns:
        Returns the value of the "log-control-oids" property.
      • setLogControlOids

        void setLogControlOids​(Boolean value)
                        throws PropertyException
        Sets the "log-control-oids" property.

        Specifies whether control OIDs will be included in operation log records.

        Parameters:
        value - The value of the "log-control-oids" property.
        Throws:
        PropertyException - If the new value is invalid.