Class: ATNA::RFC3881::AuditMessage::EventIdentification
- Inherits:
-
Utils::XmlBuilder::Base
- Object
- Utils::XmlBuilder::Base
- ATNA::RFC3881::AuditMessage::EventIdentification
- Defined in:
- lib/atna/rfc3881.rb
Defined Under Namespace
Classes: EventID, EventTypeCode
Constant Summary collapse
- EVENT_ACTION_CODE =
{ "Create" => "C", "Read" => "R", "Update" => "U", "Delete" => "D", "Execute" => "E", }
- EVENT_OUTCOME_INDICATOR =
{ "Success" => 0, "Minor failure" => 4, "Serious failure" => 8, "Major failure; action mode unavailable" => 12, }
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