public final class TimeLimitLogRotationPolicyCfgDefn extends ManagedObjectDefinition<TimeLimitLogRotationPolicyCfgClient,TimeLimitLogRotationPolicyCfg>
Rotation policy based on the time since last rotation.
Modifier and Type | Method and Description |
---|---|
TimeLimitLogRotationPolicyCfgClient |
createClientConfiguration(ManagedObject<? extends TimeLimitLogRotationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TimeLimitLogRotationPolicyCfg |
createServerConfiguration(ServerManagedObject<? extends TimeLimitLogRotationPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
static TimeLimitLogRotationPolicyCfgDefn |
getInstance()
Get the Time Limit Log Rotation Policy configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
DurationPropertyDefinition |
getRotationIntervalPropertyDefinition()
Get the "rotation-interval" property definition.
|
Class<TimeLimitLogRotationPolicyCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
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, toString
public static TimeLimitLogRotationPolicyCfgDefn getInstance()
public TimeLimitLogRotationPolicyCfgClient createClientConfiguration(ManagedObject<? extends TimeLimitLogRotationPolicyCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<TimeLimitLogRotationPolicyCfgClient,TimeLimitLogRotationPolicyCfg>
impl
- The managed object.public TimeLimitLogRotationPolicyCfg createServerConfiguration(ServerManagedObject<? extends TimeLimitLogRotationPolicyCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<TimeLimitLogRotationPolicyCfgClient,TimeLimitLogRotationPolicyCfg>
impl
- The server managed object.public Class<TimeLimitLogRotationPolicyCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<TimeLimitLogRotationPolicyCfgClient,TimeLimitLogRotationPolicyCfg>
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Time Limit Log Rotation Policy implementation.
public DurationPropertyDefinition getRotationIntervalPropertyDefinition()
Specifies the time interval between rotations.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.