RPKI Engine  1.0
Public Member Functions | Static Public Attributes
rpki::left_right::list_published_objects_elt Class Reference
Inheritance diagram for rpki::left_right::list_published_objects_elt:
Inheritance graph
Collaboration diagram for rpki::left_right::list_published_objects_elt:
Collaboration graph

List of all members.

Public Member Functions

def make_reply
def serve_dispatch

Static Public Attributes

tuple attributes = ("self_handle", "tag", "uri")
 XML attributes for this element.
string element_name = "list_published_objects"
 obj = None
string text_attribute = "obj"
 Name of the class attribute that holds the text value.

Detailed Description

<list_published_objects/> element.

Definition at line 1207 of file left_right.py.


Member Function Documentation

def rpki::left_right::list_published_objects_elt::make_reply (   self,
  uri,
  obj 
)
def rpki::left_right::list_published_objects_elt::serve_dispatch (   self,
  r_msg,
  cb,
  eb 
)
Handle a <list_published_objects/> query.  The method name is a
misnomer here, there's no action attribute and no dispatch, we
just dump every published object for the specified <self/> and return.

Definition at line 1218 of file left_right.py.

References rpki::sql::sql_persistent::gctx, rpki::rpkid::ca_obj::gctx, rpki::rpkid::ca_detail_obj::gctx, rpki::rpkid::child_cert_obj::gctx, rpki::rpkid::revoked_cert_obj::gctx, rpki::rpkid::roa_obj::gctx, rpki::rpkid::ghostbuster_obj::gctx, make_reply(), rpki::left_right::data_elt::self_handle, and rpki::left_right::report_error_elt::self_handle.

Here is the call graph for this function:


Member Data Documentation

tuple rpki::left_right::list_published_objects_elt::attributes = ("self_handle", "tag", "uri") [static]

XML attributes for this element.

Reimplemented from rpki::xml_utils::base_elt.

Definition at line 1213 of file left_right.py.

Referenced by irbe_cli::cmd_elt_mixin::client_getopt(), rpki::xml_utils::base_elt::make_elt(), and rpki::xml_utils::base_elt::read_attrs().

string rpki::left_right::list_published_objects_elt::element_name = "list_published_objects" [static]

Definition at line 1216 of file left_right.py.

Name of the class attribute that holds the text value.

Reimplemented from rpki::xml_utils::text_elt.

Definition at line 1214 of file left_right.py.

Referenced by rpki::xml_utils::text_elt::endElement(), and rpki::xml_utils::text_elt::toXML().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties