From 01500ceda39acfe9fdc212e06e66eafebc18b35e Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 6 Apr 2007 10:42:11 +0000 Subject: 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 --- java/broker/etc/access | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/broker/etc/access') 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 -- cgit v1.2.1