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

Class AuthAllowCall

source code

MixinDenyUnderscore --+
                      |
       MixinCheckDB --+
                      |
     MixinAllowCall --+
                      |
       MixinDenyAll --+
                      |
                     AuthAllowCall
Known Subclasses:
auth3k.authweb.Auth

Allow call methods that does not start with underscore Every request must be qualified by the MixinCheckDB _auth method

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

Inherited from MixinDenyUnderscore (private): _isgood

Inherited from MixinCheckDB (private): _auth, _initCheckDB

Inherited from MixinAllowCall: can_call, can_get

Inherited from MixinDenyAll: can_del, can_follow_objname, can_register, can_set