User objects

interface Products.PluggableAuthService.interfaces.authservice.IBasicUser[source]

Specify the interface called out in AccessControl.User.BasicUser as the “Public User object interface”, except that ‘_getPassword’ is not part of the contract!

interface Products.PluggableAuthService.interfaces.authservice.IPropertiedUser[source]

Extends: Products.PluggableAuthService.interfaces.authservice.IBasicUser

A user which has property sheets associated with it, i.e. a mapping from strings (property sheet ids) to objects implementing IPropertySheet