|
|
__init__(self,
actor_id,
action,
resource_id,
permit=False,
inherited=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
| set_actor_id(self,
actor_id) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| set_resource_id(self,
resource_id) |
|
|
|
|
|
|
|
|
|
|
|
|
|
set_inherited(self,
inherited=True)
Defines whether the Acl was inherited from a parent actor. |
|
|
|
|
get_inherited(self)
Returns True if the Acl was inherited from a parent actor. |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
|