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

Class AuthAllowAllCall

source code

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

Allow all call request (even starting '_') Every request must be qualified by the MixinCheckDB _auth method

Instance Methods [hide private]
 
__init__(self, allowed) source code

Inherited from MixinCheckDB (private): _auth, _initCheckDB, _isgood

Inherited from MixinAllowCall: can_call, can_get

Inherited from MixinDenyAll: can_del, can_follow_objname, can_register, can_set