rpki.publication.client_elt Class Reference

Inheritance diagram for rpki.publication.client_elt:

Inheritance graph

List of all members.

Public Member Functions

def check_allowed_uri
def endElement
def serve_fetch_all
def serve_fetch_one
def serve_post_save_hook

Static Public Attributes

tuple attributes = ("action", "tag", "client_id", "base_uri")
 XML attributes for this element.
 base_uri = None
 bpki_cert = None
 bpki_glue = None
 clear_https_ta_cache = False
string element_name = "client"
tuple elements = ("bpki_cert", "bpki_glue")
 XML elements contained by this element.
tuple sql_template = rpki.sql.template("client", "client_id", "base_uri", ("bpki_cert", rpki.x509.X509), ("bpki_glue", rpki.x509.X509))


Detailed Description

<client/> element.

Definition at line 91 of file publication.py.


Member Function Documentation

def rpki.publication.client_elt.check_allowed_uri (   self,
  uri 
)

Definition at line 134 of file publication.py.

def rpki.publication.client_elt.endElement (   self,
  stack,
  name,
  text 
)

Handle subelements of <client/> element.  These require special
handling because modifying them invalidates the HTTPS trust anchor
cache.

Reimplemented from rpki.xml_utils.data_elt.

Definition at line 106 of file publication.py.

def rpki.publication.client_elt.serve_fetch_all (   self  ) 

Find client objects on which a list method should operate.

Definition at line 130 of file publication.py.

def rpki.publication.client_elt.serve_fetch_one (   self  ) 

Find the client object on which a get, set, or destroy method
should operate.

Definition at line 121 of file publication.py.

def rpki.publication.client_elt.serve_post_save_hook (   self,
  q_pdu,
  r_pdu 
)

Extra server actions for client_elt.

Reimplemented from rpki.xml_utils.data_elt.

Definition at line 115 of file publication.py.


Member Data Documentation

tuple rpki.publication.client_elt.attributes = ("action", "tag", "client_id", "base_uri") [static]

XML attributes for this element.

Reimplemented from rpki.xml_utils.base_elt.

Definition at line 95 of file publication.py.

Definition at line 100 of file publication.py.

Definition at line 101 of file publication.py.

Definition at line 102 of file publication.py.

Definition at line 104 of file publication.py.

string rpki.publication.client_elt.element_name = "client" [static]

Definition at line 94 of file publication.py.

tuple rpki.publication.client_elt.elements = ("bpki_cert", "bpki_glue") [static]

XML elements contained by this element.

Reimplemented from rpki.xml_utils.base_elt.

Definition at line 96 of file publication.py.

tuple rpki.publication.client_elt.sql_template = rpki.sql.template("client", "client_id", "base_uri", ("bpki_cert", rpki.x509.X509), ("bpki_glue", rpki.x509.X509)) [static]

Definition at line 98 of file publication.py.


The documentation for this class was generated from the following file:

Generated on Wed Jul 16 00:59:38 2008 for RPKI Engine by  doxygen 1.5.6