Uses of Enum Class
org.forgerock.audit.handlers.syslog.Severity
Packages that use Severity
Package
Description
This package contains a Syslog AuditEventHandler implementation.
-
Uses of Severity in org.forgerock.audit.handlers.syslog
Methods in org.forgerock.audit.handlers.syslog that return SeverityModifier and TypeMethodDescriptionstatic SeverityReturns 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.Methods in org.forgerock.audit.handlers.syslog that return types with arguments of type SeverityModifier and TypeMethodDescriptionSyslogAuditEventHandlerConfiguration.SeverityFieldMapping.getValueMappings()Returns the mapping of audit event values to Syslog severity values.Method parameters in org.forgerock.audit.handlers.syslog with type arguments of type SeverityModifier and TypeMethodDescriptionvoidSyslogAuditEventHandlerConfiguration.SeverityFieldMapping.setValueMappings(Map<String, Severity> valueMappings) Sets the mapping of audit event values to Syslog severity values.