Class LegacyRemoteAuditServiceHelper


  • @ExperimentalApi
    public class LegacyRemoteAuditServiceHelper
    extends Object
    Helper class to set up REST context and run assertions on audit records, using the old auditing REST API. It's not going away, because we have to support the old API forever, which means we have to run some tests against it.

    Most likely you should use RemoteAuditServiceHelper which queries new REST API instead.