Interface AuditRpcFunctions
public interface AuditRpcFunctions
-
Method Summary
Modifier and TypeMethodDescriptionvoidaudit(String auditProfile, @Nullable Date eventTimestamp, @Nullable String actor, @Nullable String actorHost, @Nullable String action, @Nullable String actionTarget, @Nullable String actionValue, @Nullable Integer statusCode, @Nullable Integer originatingContext, @Nullable List<String> originatingSystem) queryAuditLog(String auditProfile, @Nullable Date startDate, @Nullable Date endDate, @Nullable String actorFilter, @Nullable String actionFilter, @Nullable String targetFilter, @Nullable String valueFilter, @Nullable String systemFilter, @Nullable Integer contextFilter)
-
Method Details
-
audit
void audit(String auditProfile, @Nullable Date eventTimestamp, @Nullable String actor, @Nullable String actorHost, @Nullable String action, @Nullable String actionTarget, @Nullable String actionValue, @Nullable Integer statusCode, @Nullable Integer originatingContext, @Nullable List<String> originatingSystem) throws Exception - Throws:
Exception
-
queryAuditLog
List<AuditRecord> queryAuditLog(String auditProfile, @Nullable Date startDate, @Nullable Date endDate, @Nullable String actorFilter, @Nullable String actionFilter, @Nullable String targetFilter, @Nullable String valueFilter, @Nullable String systemFilter, @Nullable Integer contextFilter) throws Exception - Throws:
Exception
-
listAuditProfiles
-