| from zope.security.proxy import Proxy, getChecker |
from zope.security.proxy import Proxy, getChecker |
| from zope.interface.declarations import ObjectSpecification |
from zope.interface.declarations import ObjectSpecification |
| |
|
| |
|
| class DecoratedSecurityCheckerDescriptor(object): |
class DecoratedSecurityCheckerDescriptor(object): |
| """Descriptor for a Decorator that provides a decorated security checker. |
"""Descriptor for a Decorator that provides a decorated security checker. |
| |
|
| class DecoratorBase(SpecificationDecoratorBase, SecurityCheckerDecoratorBase): |
class DecoratorBase(SpecificationDecoratorBase, SecurityCheckerDecoratorBase): |
| """Base class for a proxy that provides both additional interfaces and |
"""Base class for a proxy that provides both additional interfaces and |
| security declarations.""" |
security declarations.""" |
| |
|
| |
|