Package twisted :: Package popsicle :: Module mailsicle :: Class IdentitySaver
[frames | no frames]

Class IdentitySaver

 Adapter --+    
           |    
DefaultSaver --+
               |
              IdentitySaver


Persistor for cred Identities.
Method Summary
  getIndexes(self)
  getItems(self)
Get a list of tuples of strings, [(key, value), ...].
  loaditem_key(self, kv, vv)
  loaditem_name(self, kv, vv)
  loaditem_password(self, kv, vv)
  preLoad(self)
    Inherited from DefaultSaver
  descriptiveName(self)
Return a pretty-printed (non-unique) name describing me.
  getContinuations(self)
Get a list of 'continuation' sections.
  loadContinuations(self, cont)
Take the result of a getContinuations() call and populate self.original.
  loaditem_class(self, kv, vv)
  loaditem_oid(self, kv, vv)
  loadItems(self, items, toplevel)
Take the result of a getItems() call and populate self.original.
  postLoad(self)
    Inherited from Adapter
  __init__(self, original)
Set my 'original' attribute to be the object I am adapting.
  getComponent(self, interface, registry, default)
I forward getComponent to self.original on the assumption that it is an instance of Componentized.
  isuper(self, iface, adapter)
Forward isuper to self.original

Class Variable Summary
    Inherited from Adapter
int multiComponent: If this adapter is persistent, should it be automatically registered for all appropriate interfaces.
int temporaryAdapter: If this is True, the adapter will not be persisted on the Componentized.

Method Details

getItems(self)

Get a list of tuples of strings, [(key, value), ...].
Overrides:
twisted.popsicle.mailsicle.DefaultSaver.getItems (inherited documentation)

Generated by Epydoc 2.0 on Sat Sep 13 04:21:16 2003 http://epydoc.sf.net