Re: What is difference b/w ACL and Authorization Roles

2018-01-25 Thread Tim Bain
The *Roles fields are Strings containing comma-separated list of the roles that have a particular permission (read, write, admin). The *Acl fields are collections formed by splitting the Strings apart at the commas. So in this case ACL is simply the parsed/deserialized form of roles. Reference: ht

What is difference b/w ACL and Authorization Roles

2018-01-17 Thread docscaa
Hi, I was debugging activemq authorization plugin where I saw collections named readAcl, readRoles and writeAcl, writeRole. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html