Class: ATNA::RFC3881::AuditMessage::AuditSourceIdentification::AuditSourceTypeCode

Inherits:
Utils::XmlBuilder::Base show all
Defined in:
lib/atna/rfc3881.rb

Constant Summary collapse

AUDIT_SOURCE_TYPE_CODE =
{
  "End-user display device, diagnostic display" => "1",
  "Data acquisition device or instrument"       => "2",
  "Web server process"                          => "3",
  "Application server process"                  => "4",
  "Database server process"                     => "5",
  "Security server, e.g., a domain controller"  => "6",
  "ISO level 1-3 network component"             => "7",
  "ISO level 4-6 operating software"            => "8",
  "External source, other or unknown type"      => "9",
}

Constants inherited from Utils::XmlBuilder::Base

Utils::XmlBuilder::Base::TEXT_KEY

Method Summary

Methods inherited from Utils::XmlBuilder::Base

#<<, attributes, children_order, #element_name, find_element_class, #initialize, node_class, #sorted_children, #to_xml, valid_attribute?

Constructor Details

This class inherits a constructor from ATNA::Utils::XmlBuilder::Base