Package SPyRO :: Module policies :: Class PublicAllowAllButDenyUnderscore
[show private | hide private]
[frames | no frames]

Class PublicAllowAllButDenyUnderscore

MixinAllowAllChecking --+
                        |
  MixinDenyUnderscore --+
                        |
      MixinPublicAuth --+
                        |
                       PublicAllowAllButDenyUnderscore


Allow all operations, but deny attrname starting with underscore '_'
Method Summary
    Inherited from MixinDenyUnderscore
  _isgood(self, auth, handler)
    Inherited from MixinAllowAllChecking
  can_call(self, auth, handler)
  can_del(self, auth, handler)
  can_follow_objname(self, auth, handler)
  can_get(self, auth, handler)
  can_register(self, auth, handler)
  can_set(self, auth, handler)
    Inherited from MixinPublicAuth
  _auth(self, auth, handler)

Generated by Epydoc 2.1 on Sat Oct 14 11:50:52 2006 http://epydoc.sf.net