public interface JsonFileHttpAccessLogPublisherCfg extends HttpAccessLogPublisherCfg
JSON File Based 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 Based HTTP Access Log Publisher is changed.
|
Class<? extends JsonFileHttpAccessLogPublisherCfg> |
configurationClass()
Gets the configuration class associated with this JSON File Based 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<Dn> |
getRetentionPolicyDns()
Gets the "retention-policy" property as a set of DNs.
|
SortedSet<String> |
getRotationPolicy()
Gets the "rotation-policy" property.
|
SortedSet<Dn> |
getRotationPolicyDns()
Gets the "rotation-policy" property as a set of DNs.
|
void |
removeJsonFileHttpAccessChangeListener(ConfigurationChangeListener<JsonFileHttpAccessLogPublisherCfg> listener)
Deregister an existing JSON File Based HTTP Access Log Publisher configuration change listener.
|
addHttpAccessChangeListener, removeHttpAccessChangeListener
addChangeListener, isEnabled, removeChangeListener
dn, name
Class<? extends JsonFileHttpAccessLogPublisherCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface HttpAccessLogPublisherCfg
configurationClass
in interface LogPublisherCfg
void addJsonFileHttpAccessChangeListener(ConfigurationChangeListener<JsonFileHttpAccessLogPublisherCfg> listener)
listener
- The JSON File Based HTTP Access Log Publisher configuration change listener.void removeJsonFileHttpAccessChangeListener(ConfigurationChangeListener<JsonFileHttpAccessLogPublisherCfg> listener)
listener
- The JSON File Based HTTP Access Log Publisher configuration change listener.String getJavaClass()
The fully-qualified name of the Java class that provides the JSON File Based HTTP Access Log Publisher implementation.
getJavaClass
in interface HttpAccessLogPublisherCfg
getJavaClass
in interface LogPublisherCfg
String getLogDirectory()
The directory to use for the log files generated by the JSON File Based 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 Based HTTP Access Log Publisher.
When multiple policies are used, log files are cleaned when any of the policy's conditions are met.
SortedSet<Dn> getRetentionPolicyDns()
The retention policy to use for the JSON File Based 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 Based HTTP Access Log Publisher.
When multiple policies are used, rotation will occur if any policy's conditions are met.
SortedSet<Dn> getRotationPolicyDns()
The rotation policy to use for the JSON File Based HTTP Access Log Publisher.
When multiple policies are used, rotation will occur if any policy's conditions are met.
Copyright 2010-2020 ForgeRock AS.