AccessControl :: SecurityInfo :: ClassSecurityInfo :: Class ClassSecurityInfo
[hide private]
[frames] | no frames]

Class ClassSecurityInfo



                object --+            
                         |            
       ExtensionClass.Base --+        
                             |        
ZenEvents.EventDetail.Implicit --+    
                                 |    
                      SecurityInfo --+
                                     |
                                    ClassSecurityInfo

Encapsulate security information for class objects.

Instance Methods [hide private]
 
apply(self, classobj)
Apply security information to the given class object.

Inherited from SecurityInfo: __init__, declareObjectPrivate, declareObjectProtected, declareObjectPublic, declarePrivate, declareProtected, declarePublic, setDefaultAccess, setPermissionDefault

Inherited from SecurityInfo (private): _setaccess

Inherited from ZenEvents.EventDetail.Implicit: __new__, __of__

Inherited from ExtensionClass.Base: __getattribute__, __getnewargs__, __getstate__, __reduce__, __setstate__

Inherited from object: __delattr__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from SecurityInfo: __security_info__

Properties [hide private]

Inherited from object: __class__