Uses of Class
org.forgerock.audit.handlers.jdbc.TableMapping
Packages that use TableMapping
Package
Description
This package contains a JDBC AuditEventHandler implementation.
-
Uses of TableMapping in org.forgerock.audit.handlers.jdbc
Methods in org.forgerock.audit.handlers.jdbc that return types with arguments of type TableMappingModifier and TypeMethodDescriptionJdbcAuditEventHandlerConfiguration.getTableMappings()
Gets the table mappings for the audit events.Method parameters in org.forgerock.audit.handlers.jdbc with type arguments of type TableMappingModifier and TypeMethodDescriptionvoid
JdbcAuditEventHandlerConfiguration.setTableMappings
(List<TableMapping> tableMappings) Sets the table mappings for the audit events.