Uses of Class
org.forgerock.audit.handlers.syslog.Severity
-
Packages that use Severity Package Description org.forgerock.audit.handlers.syslog 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 Severity Modifier and Type Method Description static Severity
Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Severity[]
Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.audit.handlers.syslog that return types with arguments of type Severity Modifier and Type Method Description Map<String,Severity>
SyslogAuditEventHandlerConfiguration.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 Severity Modifier and Type Method Description void
SyslogAuditEventHandlerConfiguration.SeverityFieldMapping. setValueMappings(Map<String,Severity> valueMappings)
Sets the mapping of audit event values to Syslog severity values.
-