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 void
RotationHooks.NoOpRotatationHooks. postRotationAction(RotationContext context)
void
RotationHooks. postRotationAction(RotationContext context)
Method to run an action just after file has been rotated.void
RotationHooks.NoOpRotatationHooks. preRotationAction(RotationContext context)
void
RotationHooks. preRotationAction(RotationContext context)
Method to run an action just before file will be rotated.
-