Uses of Class
org.forgerock.audit.rotation.RotationContext
-
Packages that use RotationContext Package Description org.forgerock.audit.rotation Audit log file rotation classes. -
-
Uses of RotationContext in org.forgerock.audit.rotation
Methods in org.forgerock.audit.rotation with parameters of type RotationContext Modifier and Type Method Description voidRotationHooks.NoOpRotatationHooks. postRotationAction(RotationContext context)voidRotationHooks. postRotationAction(RotationContext context)Method to run an action just after file has been rotated.voidRotationHooks.NoOpRotatationHooks. preRotationAction(RotationContext context)voidRotationHooks. preRotationAction(RotationContext context)Method to run an action just before file will be rotated.
-