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

Class AuthAllowCall

     MixinAllowCall --+
                      |
       MixinCheckDB --+
                      |
       MixinDenyAll --+
                      |
MixinDenyUnderscore --+
                      |
                     AuthAllowCall


Allow call methods that does not start with underscore Every request must be qualified by the MixinCheckDB _auth method
Method Summary
  __init__(self, allowed)
    Inherited from MixinAllowCall
  can_call(self, auth, handler)
  can_get(self, auth, handler)
    Inherited from MixinDenyAll
  can_del(self, auth, handler)
  can_follow_objname(self, auth, handler)
  can_register(self, auth, handler)
  can_set(self, auth, handler)

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