This method of the ISecurityAuditInfo Interface retrieves a string that identifies the type of the audit event.
String getAuditIdentifier();
Returns a string that identifies the audit event.
The string retrieved will have property or package-like conventions. For example, "com.xyz.database.query.invalid" is a valid return string for this method. An auditor could use the returned string to select a localized format string for displaying the event or for determining types of events to log.