Uses of Interface
org.forgerock.audit.events.handlers.AuditEventHandlerFactory
-
Packages that use AuditEventHandlerFactory Package Description org.forgerock.audit Package contains the AuditService.org.forgerock.audit.events.handlers This package contains the defaultAuditEventHandlers
. -
-
Uses of AuditEventHandlerFactory in org.forgerock.audit
Methods in org.forgerock.audit with parameters of type AuditEventHandlerFactory Modifier and Type Method Description AuditServiceBuilder
AuditServiceBuilder. withAuditEventHandlerFactory(AuditEventHandlerFactory auditEventHandlerFactory)
Register factory for creating instances ofAuditEventHandler
. -
Uses of AuditEventHandlerFactory in org.forgerock.audit.events.handlers
Classes in org.forgerock.audit.events.handlers that implement AuditEventHandlerFactory Modifier and Type Class Description class
DependencyProviderAuditEventHandlerFactory
AuditEventFactory capable of performing construction injection by resolving dependencies using a DependencyProvider.
-