Model object for the XML-based directory. This can parse and generate
the full XML file.
|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
boolean
|
containsRecord(self,
recordType,
uid)
Test whether the directory contains a record of the specified type
and user id. |
source code
|
|
boolean
|
|
|
admin.xmlaccounts.record.XMLRecord
|
getRecord(self,
recordType,
uid)
Return the record in the directory with the matching record type and
user id. |
source code
|
|
boolean
|
removeRecord(self,
recordType,
uid)
Remove the record with the matching type and user id from the
directory. |
source code
|
|
|
|
|
xml.etree.ElementTree.Element
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|