Uses of Interface
org.forgerock.audit.AuditService
-
Packages that use AuditService Package Description org.forgerock.audit Package contains the AuditService.org.forgerock.openig.audit Service Provider interface for registering audit events. -
-
Uses of AuditService in org.forgerock.audit
Classes in org.forgerock.audit that implement AuditService Modifier and Type Class Description class
AuditServiceProxy
AuditService proxy that allows products to implement threadsafe hot-swappable configuration updates.Methods in org.forgerock.audit that return AuditService Modifier and Type Method Description AuditService
AuditServiceBuilder. build()
Creates a new AuditService instance.Methods in org.forgerock.audit with parameters of type AuditService Modifier and Type Method Description void
AuditServiceProxy. setDelegate(AuditService newDelegate)
Sets the AuditService this object proxies.Constructors in org.forgerock.audit with parameters of type AuditService Constructor Description AuditServiceProxy(AuditService delegate)
Create a newAuditServiceProxy
. -
Uses of AuditService in org.forgerock.openig.audit
Classes in org.forgerock.openig.audit that implement AuditService Modifier and Type Class Description class
NoOpAuditService
Used as a no-op placeholder for anAuditService
which can be overridden via config.
-