Class JdbcAuditEventHandlerConfiguration


  • public class JdbcAuditEventHandlerConfiguration
    extends org.forgerock.audit.events.handlers.EventHandlerConfiguration
    Configures the JDBC mapping and connection pool.
    • Constructor Detail

      • JdbcAuditEventHandlerConfiguration

        public JdbcAuditEventHandlerConfiguration()
    • Method Detail

      • getTableMappings

        public List<TableMapping> getTableMappings()
        Gets the table mappings for the audit events.
        Returns:
        The table mappings for the audit events.
      • setTableMappings

        public void setTableMappings​(List<TableMapping> tableMappings)
        Sets the table mappings for the audit events.
        Parameters:
        tableMappings - The table mappings for the audit events.
      • getDatabaseType

        public String getDatabaseType()
        Gets the type of the database.
        Returns:
        The type of the database.
      • setDatabaseType

        public void setDatabaseType​(String databaseType)
        Sets the type of the database.
        Parameters:
        databaseType - The type of the database.
      • isUsableForQueries

        public boolean isUsableForQueries()
        Specified by:
        isUsableForQueries in class org.forgerock.audit.events.handlers.EventHandlerConfiguration