Package org.forgerock.audit.handlers.jdbc
This package contains a JDBC AuditEventHandler implementation.
-
Class Summary Class Description JdbcAuditEventHandler Implements aAuditEventHandler
to writeAuditEvent
s to a JDBC repository.JdbcAuditEventHandlerConfiguration Configures the JDBC mapping and connection pool.JdbcAuditEventHandlerConfiguration.ConnectionPool Configuration for a connection pool.JdbcAuditEventHandlerConfiguration.EventBufferingConfiguration Configuration of event buffering.TableMapping Contains the necessary information to map an event to a database table, and the event fields to the columns in that database table.