Table of contents Index

class RootZone

Declared in module Zone

Synopsis

class RootZone:
    def Zone.RootZone.__init__(self, name, inbound_services=None, outbound_services=None, admin_parent=None, umbrella=0)
    def Zone.RootZone.__str__(self)
    def Zone.RootZone.addAddrChild(self, child)
    def Zone.RootZone.addAdminChild(self, child)
    def Zone.RootZone.delAddrChild(self, child)
    def Zone.RootZone.findDomain(self, domain)
    def Zone.RootZone.findZone(self, address)
    def Zone.RootZone.isInboundServicePermitted(self, session)
    def Zone.RootZone.isOutboundServicePermitted(self, session)
    def Zone.RootZone.iterAddrChildren(self, fn, parm=None)
    def Zone.RootZone.iterAdminChildren(self, fn, parm=None)
    def Zone.RootZone.setAdminParent(self, parent)

Description

FIXME: abstract access control out of Zone



Zone.RootZone.__init__(self, name, inbound_services=None, outbound_services=None, admin_parent=None, umbrella=0)

None



Zone.RootZone.__str__(self)

None



Zone.RootZone.addAddrChild(self, child)

None



Zone.RootZone.addAdminChild(self, child)

None



Zone.RootZone.delAddrChild(self, child)

None



Zone.RootZone.findDomain(self, domain)

None



Zone.RootZone.findZone(self, address)

None



Zone.RootZone.isInboundServicePermitted(self, session)

None



Zone.RootZone.isOutboundServicePermitted(self, session)

None



Zone.RootZone.iterAddrChildren(self, fn, parm=None)

None



Zone.RootZone.iterAdminChildren(self, fn, parm=None)

None



Zone.RootZone.setAdminParent(self, parent)

None


Copyright © 2000 BalaBit IT Ltd.
Written by: Balázs Scheidler