Class AuditConfig

java.lang.Object
swiss.trustbroker.config.dto.AuditConfig

public class AuditConfig extends Object
Auditing configuration.
Audit logging is done in two flavours:
  1. Regular audit logging with all data. Log groups swiss.trustbroker.audit.service.AuditLogger and swiss.trustbroker.audit.service.AuditLoggerDetail
  2. Limited audit logging free of (CID) - optional. Log group: swiss.trustbroker.audit.service.OpsAuditLogger
The idea behind the second variant is to have a log that be collected in a separate bucket (e.g. Splunk index) and made available to people that must not have access to CID.
Since:
1.8.0
See Also:
  • Constructor Details

    • AuditConfig

      public AuditConfig()
  • Method Details