Uses of Interface
org.forgerock.audit.AuditService
Packages that use AuditService
-
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.