Interface AuditRpcFunctions
public interface AuditRpcFunctions
-
Method Summary
Modifier and TypeMethodDescriptionvoid
audit
(String auditProfile, Date eventTimestamp, String actor, String actorHost, String action, String actionTarget, String actionValue, Integer statusCode, Integer originatingContext, List<String> originatingSystem) queryAuditLog
(String auditProfile, Date startDate, Date endDate, String actorFilter, String actionFilter, String targetFilter, String valueFilter, String systemFilter, 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
-