All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.nav.common.audit_log.cef.CefMessageSeverity Maven / Gradle / Ivy

There is a newer version: 2.2023.01.10_13.49-81ddc732df3a
Show newest version
package no.nav.common.audit_log.cef;

/**
 * Common event types for audit logging.
 * Is used in CefMessage.severity
 */
public enum CefMessageSeverity {
    INFO, // Ex: An event that has occurred
    WARN  // Ex: An event where a person does not have access to a resource
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy