Uses of Enum Class
org.forgerock.audit.handlers.syslog.Severity
Package
Description
This package contains a Syslog AuditEventHandler implementation.
-
Uses of Severity in org.forgerock.audit.handlers.syslog
Modifier and TypeMethodDescriptionstatic Severity
Returns the enum constant of this class with the specified name.static Severity[]
Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSyslogAuditEventHandlerConfiguration.SeverityFieldMapping.getValueMappings()
Returns the mapping of audit event values to Syslog severity values.Modifier and TypeMethodDescriptionvoid
SyslogAuditEventHandlerConfiguration.SeverityFieldMapping.setValueMappings
(Map<String, Severity> valueMappings) Sets the mapping of audit event values to Syslog severity values.