summaryrefslogtreecommitdiff
path: root/java/broker/etc
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-04-06 10:42:11 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-04-06 10:42:11 +0000
commit01500ceda39acfe9fdc212e06e66eafebc18b35e (patch)
treecc5a57ee0ff443f226d781415da93d29f10537a6 /java/broker/etc
parentc5eccf65c15aedc1d737ad5df0043c54e594d265 (diff)
downloadqpid-python-01500ceda39acfe9fdc212e06e66eafebc18b35e.tar.gz
QPID-416 Update to Access control to allow simply read/write permissions per Virtual host.
access - updated file to have examples of access control. Changed AMQProtocolSession to record an authorized Principal not just a String. - Required Added AccessRights files needed for VirtualHostAccess control. Updated ConnectionOpenMethodHandler to allow Principals with any access to connect not just read. UsernamePrincipal - Added a toString git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@526117 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/etc')
-rw-r--r--java/broker/etc/access2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/etc/access b/java/broker/etc/access
index cb1b871f77..a781ed8aa9 100644
--- a/java/broker/etc/access
+++ b/java/broker/etc/access
@@ -1 +1 @@
-guest:localhost(w),test(rw)
+guest:localhost(rw),test(rw) \ No newline at end of file