Interface | Description |
---|---|
FileNamingPolicy |
An interface to declare the names of audit log files.
|
RetentionHooks |
Hook into the retention checking operations for a file.
|
RetentionPolicy |
Defines the retention conditions and the files that need to be deleted.
|
Class | Description |
---|---|
DiskSpaceUsedRetentionPolicy |
A
RetentionPolicy that will retain/delete log files based off the total disk space used. |
FreeDiskSpaceRetentionPolicy |
A
RetentionPolicy that will retain/delete log files given a minimum amount of disk space the file system
must contain. |
RetentionHooks.NullRetentionHooks |
RetentionHooks that do nothing. |
SizeBasedRetentionPolicy |
Created a size based file retention policy.
|
TimestampFilenameFilter |
A
FilenameFilter that matches historical log files. |
TimeStampFileNamingPolicy |
Creates a time stamp based file naming policy.
|
Copyright 2010-2022 ForgeRock AS.