Package org.apereo.inspektr.audit.support
-
Interface Summary Interface Description WhereClauseMatchCriteria Interface describing match criteria in terms of a SQL select clause. -
Class Summary Class Description AbstractWhereClauseMatchCriteria Match criteria defined in terms of a SQL where clause limiter.JdbcAuditTrailManager Implementation ofAuditTrailManagerto persist the audit trail to the AUDIT_TRAIL table in the Oracle data base.MaxAgeWhereClauseMatchCriteria Produces a where clause to select audit records older than some arbitrary cutoff age in days.NoMatchWhereClauseMatchCriteria Constructs a where clause that matches no records.