public final class AuditEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuditEvent.FieldName |
static class |
AuditEvent.Result |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,String>> |
getLogEntries()
Gives all entries to be logged.
|
AuditEvent.Result |
getResult() |
String |
getValue(AuditEvent.FieldName fieldName) |
String |
toString()
Gives the string to be logged, ignores fields with null values
|
public Set<Map.Entry<String,String>> getLogEntries()
public String getValue(AuditEvent.FieldName fieldName)
public AuditEvent.Result getResult()
Copyright © 2008–2023 The Apache Software Foundation. All rights reserved.