Uses of Interface
org.forgerock.audit.AuditService
Packages that use 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.
AM notifications service.
-
Uses of AuditService in org.forgerock.audit
Classes in org.forgerock.audit that implement AuditServiceModifier and TypeClassDescriptionclassAuditService proxy that allows products to implement threadsafe hot-swappable configuration updates.Methods in org.forgerock.audit that return AuditServiceModifier and TypeMethodDescriptionAuditServiceBuilder.build()Creates a new AuditService instance.Methods in org.forgerock.audit with parameters of type AuditServiceModifier and TypeMethodDescriptionvoidAuditServiceProxy.setDelegate(AuditService newDelegate) Sets the AuditService this object proxies.Constructors in org.forgerock.audit with parameters of type AuditServiceModifierConstructorDescriptionAuditServiceProxy(AuditService delegate) Create a newAuditServiceProxy. -
Uses of AuditService in org.forgerock.openig.audit
Classes in org.forgerock.openig.audit that implement AuditServiceModifier and TypeClassDescriptionclassUsed as a no-op placeholder for anAuditServicewhich can be overridden via config. -
Uses of AuditService in org.forgerock.openig.decoration.tracing
Methods in org.forgerock.openig.decoration.tracing that return AuditServiceModifier and TypeMethodDescriptionTracingDecoratorFactory.AuditServiceFactory.wrap(AuditService delegate, String spanName, org.forgerock.openig.tracing.TracingProvider tracingProvider) Methods in org.forgerock.openig.decoration.tracing that return types with arguments of type AuditServiceMethods in org.forgerock.openig.decoration.tracing with parameters of type AuditServiceModifier and TypeMethodDescriptionTracingDecoratorFactory.AuditServiceFactory.wrap(AuditService delegate, String spanName, org.forgerock.openig.tracing.TracingProvider tracingProvider) -
Uses of AuditService in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications with parameters of type AuditServiceModifier and TypeMethodDescriptionstatic NotificationAuditorAuditUtils.notificationAuditor(AuditService auditService, boolean auditIgnoredNotifications, Clock clock, org.forgerock.openig.tracing.TracingProvider tracingProvider) Create an implementation of theNotificationAuditorto use to audit notifications.