A no-frills IUserSchemafied implementation.
id
(type:
property
)
<property object at 0x41a3b644>
getDescription()
getLogin()
See IReadUser.
getTitle()
validate(test_password)
See IReadUser.
>>> pal = SimplePrincipal('gandalf', 'shadowfax', 'The Grey Wizard', ... 'Cool old man with neato fireworks. ' ... 'Has a nice beard.') >>> pal.validate('shdaowfax') False >>> pal.validate('shadowfax') True
There are no known subclasses.