Package pyre :: Package ipa :: Module UserManager :: Class UserManager
[show private | hide private]
[frames | no frames]

Type UserManager

  object --+        
           |        
Configurable --+    
               |    
       Component --+
                   |
                  UserManager


Method Summary
  __init__(self, name)
  authenticate(self, username, cleartext)
  pickle(self)
  reload(self, *unused)
    Inherited from Component
  fini(self)
optionally perform a custom finalization step and finalize my subcomponents
  init(self)
initialize my subcomponents and optionally perform a custom initialization step
    Inherited from Configurable
  components(self)
return a list of all the components in my inventory
  configure(self, curator, registry)
initialize and configure my inventory
  configureComponent(self, component)
individual component configuration for the late comers
  configureComponents(self)
guide my subcomponents through the configuration process
  configureProperties(self)
set the values of all the properties and facilities in my inventory
  facilities(self)
return a list of all the facility objects in my inventory
  getConfiguration(self, registry)
place the current configuration of my inventory in the given registry
  properties(self)
return a list of all the property objects in my inventory
  setCurator(self, curator)
attach a persistent store manager to my inventory
  updateConfiguration(self, registry)
update my configuration using settings from the given registry
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
    Inherited from Component
  facility: my facility name
    Inherited from Configurable
  name: get my name

Class Variable Summary
Notary Inventory = pyre.ipa.UserManager.Inventory

Generated by Epydoc 2.1 on Tue May 4 16:58:13 2004 http://epydoc.sf.net