public static final class SyslogAuditEventHandlerConfiguration.SeverityFieldMapping extends Object
Constructor and Description |
---|
SeverityFieldMapping() |
Modifier and Type | Method and Description |
---|---|
String |
getField()
Returns the name of the event topic field to which this mapping applies.
|
String |
getTopic()
Returns the name of the event topic to which this mapping applies.
|
Map<String,Severity> |
getValueMappings()
Returns the mapping of audit event values to Syslog severity values.
|
void |
setField(String field)
Sets the name of the event topic field to which this mapping applies.
|
void |
setTopic(String topic)
Sets the name of the event topic to which this mapping applies.
|
void |
setValueMappings(Map<String,Severity> valueMappings)
Sets the mapping of audit event values to Syslog severity values.
|
public String getTopic()
public void setTopic(String topic)
topic
- the event topic name.public String getField()
public void setField(String field)
field
- the event topic field name.public Map<String,Severity> getValueMappings()
Copyright © 2025 Open Identity Platform Community. All rights reserved.