Home | History | Annotate | Download | only in server

Lines Matching refs:Acl

49     Standard way to print out the frontend objects (eg job, host, acl, label)
545 return [Acl(self, a) for a in acls]
783 class Acl(RpcObject):
785 AFE acl object
791 return 'ACL: %s' % self.name
795 self.afe.log('Adding hosts %s to ACL %s' % (hosts, self.name))
800 self.afe.log('Removing hosts %s from ACL %s' % (hosts, self.name))
805 self.afe.log('Adding users %s to ACL %s' % (users, self.name))
889 self.afe.log('Adding ACL %s to host %s' % (acl_name, self.hostname))
895 self.afe.log('Removing ACL %s from host %s' % (acl_name, self.hostname))