Uses of Interface
org.forgerock.audit.AuditService
Package
Description
Package contains the AuditService.
Service Provider interface for registering audit events.
Contains decorators that can wrap filters and handlers with tracing contexts.
-
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. -
Uses of AuditService in org.forgerock.openig.decoration.tracing
Modifier and TypeMethodDescriptionTracingDecoratorFactory.AuditServiceFactory.wrap
(AuditService delegate, String spanName, org.forgerock.openig.tracing.TracingProvider tracingProvider) Modifier and TypeMethodDescriptionTracingDecoratorFactory.AuditServiceFactory.wrap
(AuditService delegate, String spanName, org.forgerock.openig.tracing.TracingProvider tracingProvider)