Keith Wall created QPID-8163:
--------------------------------

             Summary: [Broker-J] [ACL] Owner ACL rules
                 Key: QPID-8163
                 URL: https://issues.apache.org/jira/browse/QPID-8163
             Project: Qpid
          Issue Type: Improvement
          Components: Broker-J
            Reporter: Keith Wall


[http://qpid.2158936.n2.nabble.com/Java-Broker-Temporary-queues-ACLs-for-multiple-users-td7674630.html]

The Broker-J's access-control-plugin currently has no way to express rules that 
apply to subject that owns an object.  For instance, it is impossible to say, 
only the user who owns a queue can consume from it.

If the ACL system supported a pseudo subject {{OWNER}} (in additional to the 
pseudo subject {{ALL}} it already supports), then it would be possible to write 
such rules.


{noformat}
ACL ALLOW-LOG OWNER CONSUME QUEUE{noformat}
It is noted that currently the model does not a have notion of object ownership 
(QPID-8162).  It does have an immutable {{createdBy}} attribute.  The first 
version of this feature will use {{createdBy}}.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to