Interface AuditableConnector
Deprecated.
AuditableConnector provides a method for passing an audit log to a connector. Where it is used, it should be replaced
with AuditLoggingComponent from the Audit Log Framework (ALF).
-
Method Summary
-
Method Details
-
setAuditLog
Deprecated.Receive an audit log object that can be used to record audit log messages. The caller has initialized it with the correct component description and log destinations.- Parameters:
auditLog
- audit log object
-