Show TOC

Audit Provider PropertiesLocate this document in the navigation structure

The security configuration for SAP Mobile Platform includes an audit provider with three components: audit filter, audit formatter, and audit destination.

An auditor consists of one destination, one filter, and one formatter.

  • The supported value for destination is com.sybase.security.core.FileAuditDestination. Optionally, you can develop a custom provider and configure it as the audit destination, formatter, and filter. See CSI Audit Generation and Configuration in Security.
  • The only supported value for the filter is com.sybase.security.core.DefaultAuditFilter.
  • The only supported value for the formatter is com.sybase.security.core.XmlAuditFormatter.

For information on developing a custom provider and configuring it as the audit destination, formatter, and filter, see Security API in Developer Guide: SAP Mobile Server Runtime.

For detailed information on the audit packages, see Security Configuration in Developer Guide: SAP Mobile Server Runtime > Management API>Client Metadata.