public final class JsonFileAccessLogPublisherCfgDefn extends ManagedObjectDefinition<JsonFileAccessLogPublisherCfgClient,JsonFileAccessLogPublisherCfg>
Json File Access Log Publishers Publish access messages to Json files.
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toStringpublic static JsonFileAccessLogPublisherCfgDefn getInstance()
public JsonFileAccessLogPublisherCfgClient createClientConfiguration(ManagedObject<? extends JsonFileAccessLogPublisherCfgClient> impl)
createClientConfiguration in class ManagedObjectDefinition<JsonFileAccessLogPublisherCfgClient,JsonFileAccessLogPublisherCfg>impl - The managed object.public JsonFileAccessLogPublisherCfg createServerConfiguration(ServerManagedObject<? extends JsonFileAccessLogPublisherCfg> impl)
createServerConfiguration in class ManagedObjectDefinition<JsonFileAccessLogPublisherCfgClient,JsonFileAccessLogPublisherCfg>impl - The server managed object.public Class<JsonFileAccessLogPublisherCfg> getServerConfigurationClass()
getServerConfigurationClass in class ManagedObjectDefinition<JsonFileAccessLogPublisherCfgClient,JsonFileAccessLogPublisherCfg>public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Json File Access Log Publisher is enabled for use.
public EnumPropertyDefinition<AccessLogPublisherCfgDefn.FilteringPolicy> getFilteringPolicyPropertyDefinition()
Specifies how filtering criteria should be applied to log records.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the Json File Access Log Publisher implementation.
public BooleanPropertyDefinition getLogControlOidsPropertyDefinition()
Specifies whether control OIDs will be included in operation log records.
public StringPropertyDefinition getLogDirectoryPropertyDefinition()
The directory to use for the log files generated by the Json File Access Log Publisher. The path to the directory is relative to the server root.
public AggregationPropertyDefinition<LogRetentionPolicyCfgClient,LogRetentionPolicyCfg> getRetentionPolicyPropertyDefinition()
The retention policy to use for the Json File Access Log Publisher.
When multiple policies are used, log files are cleaned when any of the policy's conditions are met.
public AggregationPropertyDefinition<LogRotationPolicyCfgClient,LogRotationPolicyCfg> getRotationPolicyPropertyDefinition()
The rotation policy to use for the Json File Access Log Publisher.
When multiple policies are used, rotation will occur if any policy's conditions are met.
public BooleanPropertyDefinition getSuppressInternalOperationsPropertyDefinition()
Indicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
public BooleanPropertyDefinition getSuppressSynchronizationOperationsPropertyDefinition()
Indicates whether access messages that are generated by synchronization operations should be suppressed.
public InstantiableRelationDefinition<AccessLogFilteringCriteriaCfgClient,AccessLogFilteringCriteriaCfg> getAccessLogFilteringCriteriaRelationDefinition()
Copyright © 2017-2020 Wren Security. All Rights Reserved.