public interface LogRetentionPolicyCfgClient extends ConfigurationClient
Log Retention Policies are used to specify when log files should be cleaned.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LogRetentionPolicyCfgClient,? extends LogRetentionPolicyCfg> |
definition()
Get the configuration definition associated with this Log Retention Policy.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends LogRetentionPolicyCfgClient,? extends LogRetentionPolicyCfg> definition()
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Log Retention Policy implementation.
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Log Retention Policy implementation.
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.