summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/AclModule.h
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2013-04-18 19:00:00 +0000
committerCharles E. Rolke <chug@apache.org>2013-04-18 19:00:00 +0000
commit731766b7a6b4d88c1a4d49bd3a4c655f24914db4 (patch)
tree0a34fae6f29116c2f957948cf86c693e00898838 /qpid/cpp/src/qpid/broker/AclModule.h
parenteabc78640f9523be08732058581d726ef5f0e358 (diff)
downloadqpid-python-qpid-4631.tar.gz
QPID-4631: Lock down link creation using ACLqpid-4631
This commit makes link creation contingent on having an ACL file and then having an ACL rule approve the request. There is no longer a requirement for an explicit CREATE LINK rule; either 'allow all all' or 'deny all all' is sufficient. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-4631@1469525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qpid/broker/AclModule.h')
-rw-r--r--qpid/cpp/src/qpid/broker/AclModule.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/cpp/src/qpid/broker/AclModule.h b/qpid/cpp/src/qpid/broker/AclModule.h
index 1c138c62a8..c01697ace9 100644
--- a/qpid/cpp/src/qpid/broker/AclModule.h
+++ b/qpid/cpp/src/qpid/broker/AclModule.h
@@ -132,11 +132,6 @@ namespace broker {
// doTransferAcl pervents time consuming ACL calls on a per-message basis.
virtual bool doTransferAcl()=0;
- // Federation link creation is denied unless ACL module is loaded and
- // at least one CREATE LINK rule is specified.
- // This flag indicates that a CREATE LINK rule was processed.
- virtual bool isCreatelinkAcl()=0;
-
virtual uint16_t getMaxConnectTotal()=0;
virtual bool authorise(