| Home | Trees | Index | Help |
|---|
| Package pyre :: Package ipa :: Module UserManager :: Class UserManager |
|
object--+ |Configurable--+ |Component--+ | UserManager
| Method Summary | |
|---|---|
__init__(self,
name)
| |
authenticate(self,
username,
cleartext)
| |
pickle(self)
| |
reload(self,
*unused)
| |
| Inherited from Component | |
optionally perform a custom finalization step and finalize my subcomponents | |
initialize my subcomponents and optionally perform a custom initialization step | |
| Inherited from Configurable | |
return a list of all the components in my inventory | |
initialize and configure my inventory | |
individual component configuration for the late comers | |
guide my subcomponents through the configuration process | |
set the values of all the properties and facilities in my inventory | |
return a list of all the facility objects in my inventory | |
place the current configuration of my inventory in the given registry | |
return a list of all the property objects in my inventory | |
attach a persistent store manager to my inventory | |
update my configuration using settings from the given registry | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
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 |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue May 4 16:58:13 2004 | http://epydoc.sf.net |