Uses of Class
org.forgerock.audit.handlers.jdbc.TableMapping
-
Packages that use TableMapping Package Description org.forgerock.audit.handlers.jdbc 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 TableMapping Modifier and Type Method Description List<TableMapping>
JdbcAuditEventHandlerConfiguration. getTableMappings()
Gets the table mappings for the audit events.Method parameters in org.forgerock.audit.handlers.jdbc with type arguments of type TableMapping Modifier and Type Method Description void
JdbcAuditEventHandlerConfiguration. setTableMappings(List<TableMapping> tableMappings)
Sets the table mappings for the audit events.
-