Package org.forgerock.audit.rotation
Audit log file rotation classes.
-
Interface Summary Interface Description RotatableObject Interface defining methods a rotatable file needs.RotationHooks Callback hooks to allow custom action to be taken before and after file rotation occurs.RotationPolicy Interface to decide if a file should be rotated or not. -
Class Summary Class Description FixedTimeRotationPolicy Rotates audit files at fixed times throughout the day.RotationContext This class holds some information while a file is being rotated.RotationHooks.NoOpRotatationHooks RotationHooks
that do nothing.SizeBasedRotationPolicy Creates a file size based rotation policy.TimeLimitRotationPolicy Creates a rotation policy based on a time duration.