Uses of Interface
org.forgerock.audit.AuditService
Package
Description
Package contains the AuditService.
Service Provider interface for registering audit events.
-
Uses of AuditService in org.forgerock.audit
Modifier and TypeClassDescriptionclass
AuditService proxy that allows products to implement threadsafe hot-swappable configuration updates.Modifier and TypeMethodDescriptionAuditServiceBuilder.build()
Creates a new AuditService instance.Modifier and TypeMethodDescriptionvoid
AuditServiceProxy.setDelegate
(AuditService newDelegate) Sets the AuditService this object proxies.ModifierConstructorDescriptionAuditServiceProxy
(AuditService delegate) Create a newAuditServiceProxy
. -
Uses of AuditService in org.forgerock.openig.audit
Modifier and TypeClassDescriptionclass
Used as a no-op placeholder for anAuditService
which can be overridden via config.