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

Class AuthAllowAllCall

 MixinAllowCall --+
                  |
   MixinCheckDB --+
                  |
   MixinDenyAll --+
                  |
MixinPublicAuth --+
                  |
                 AuthAllowAllCall


Allow all call request (even starting '_') Every request must be qualified by the MixinCheckDB _auth method
Method Summary
  __init__(self, allowed)
    Inherited from MixinCheckDB
  _auth(self, auth, handler)
Check credentials
  _initCheckDB(self, allowed)
  _isgood(self, auth, handler)
    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