public class LoggerAuditServiceImpl extends Object implements AuditService
MAX_MESSAGE_SIZE
Constructor and Description |
---|
LoggerAuditServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
audit(AuditEventRecord record,
Task task) |
void |
cleanupAudit(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType policy,
OperationResult parentResult)
Clean up audit records that are older than specified.
|
List<AuditEventRecord> |
listRecords(String query,
Map<String,Object> params) |
public void audit(AuditEventRecord record, Task task)
audit
in interface AuditService
public void cleanupAudit(com.evolveum.midpoint.xml.ns._public.common.common_3.CleanupPolicyType policy, OperationResult parentResult)
AuditService
cleanupAudit
in interface AuditService
policy
- Records will be deleted base on this policy.public List<AuditEventRecord> listRecords(String query, Map<String,Object> params)
listRecords
in interface AuditService
Copyright © 2016 evolveum. All rights reserved.