public interface JsonFileHTTPAccessLogPublisherCfg extends HTTPAccessLogPublisherCfg
Json File HTTP Access Log Publishers Publish access messages to Json files.
| Modifier and Type | Method and Description |
|---|---|
void |
addJsonFileHTTPAccessChangeListener(ConfigurationChangeListener<JsonFileHTTPAccessLogPublisherCfg> listener)
Register to be notified when this Json File HTTP Access Log Publisher is changed.
|
Class<? extends JsonFileHTTPAccessLogPublisherCfg> |
configurationClass()
Gets the configuration class associated with this Json File HTTP Access Log Publisher.
|
String |
getJavaClass()
Gets the "java-class" property.
|
String |
getLogDirectory()
Gets the "log-directory" property.
|
SortedSet<String> |
getRetentionPolicy()
Gets the "retention-policy" property.
|
SortedSet<org.forgerock.opendj.ldap.DN> |
getRetentionPolicyDNs()
Gets the "retention-policy" property as a set of DNs.
|
SortedSet<String> |
getRotationPolicy()
Gets the "rotation-policy" property.
|
SortedSet<org.forgerock.opendj.ldap.DN> |
getRotationPolicyDNs()
Gets the "rotation-policy" property as a set of DNs.
|
void |
removeJsonFileHTTPAccessChangeListener(ConfigurationChangeListener<JsonFileHTTPAccessLogPublisherCfg> listener)
Deregister an existing Json File HTTP Access Log Publisher configuration change listener.
|
addHTTPAccessChangeListener, removeHTTPAccessChangeListeneraddChangeListener, isEnabled, removeChangeListenerdn, nameClass<? extends JsonFileHTTPAccessLogPublisherCfg> configurationClass()
configurationClass in interface ConfigurationconfigurationClass in interface HTTPAccessLogPublisherCfgconfigurationClass in interface LogPublisherCfgvoid addJsonFileHTTPAccessChangeListener(ConfigurationChangeListener<JsonFileHTTPAccessLogPublisherCfg> listener)
listener - The Json File HTTP Access Log Publisher configuration change listener.void removeJsonFileHTTPAccessChangeListener(ConfigurationChangeListener<JsonFileHTTPAccessLogPublisherCfg> listener)
listener - The Json File HTTP Access Log Publisher configuration change listener.String getJavaClass()
The fully-qualified name of the Java class that provides the Json File HTTP Access Log Publisher implementation.
getJavaClass in interface HTTPAccessLogPublisherCfggetJavaClass in interface LogPublisherCfgString getLogDirectory()
The directory to use for the log files generated by the Json File HTTP Access Log Publisher. The path to the directory is relative to the server root.
SortedSet<String> getRetentionPolicy()
The retention policy to use for the Json File HTTP Access Log Publisher.
When multiple policies are used, log files are cleaned when any of the policy's conditions are met.
SortedSet<org.forgerock.opendj.ldap.DN> getRetentionPolicyDNs()
The retention policy to use for the Json File HTTP Access Log Publisher.
When multiple policies are used, log files are cleaned when any of the policy's conditions are met.
SortedSet<String> getRotationPolicy()
The rotation policy to use for the Json File HTTP Access Log Publisher.
When multiple policies are used, rotation will occur if any policy's conditions are met.
SortedSet<org.forgerock.opendj.ldap.DN> getRotationPolicyDNs()
The rotation policy to use for the Json File HTTP Access Log Publisher.
When multiple policies are used, rotation will occur if any policy's conditions are met.
Copyright © 2017-2020 Wren Security. All Rights Reserved.