|
Page Edited :
qpid :
Java XML ACLs
Java XML ACLs has been edited by Martin Ritchie (Nov 07, 2008). Change summary: Work in Progress at PUBLISH section Java XML ACLsThis page documents version 1 of Qpid ACLs that was implemented only in the Java broker. SpecificationThe XML ACL focus was to take to business style focus to access rather than the individual AMQP method level.
XML FormatUser Guide (SimpleXML)The XML ACLs have been implemented as an [ ACLPlugin | Qpid Design - ACLPlugin ] class, SimpleXML. Currently this class ios only configurable via the main broker configuration file, this means that all the ACL configuration must be included in the main configuration file. Permission LimitationsOnly the first three permissions, CONSUME, PUBLISH and CREATE have been implemented. An oversight in the original design resulted in the inability to specify negative permissions. As a result permission can only be granted to users and not taken away. Enabling XML ACLsTo enable the ACLs the security access class in the main broker configuration needs to be updated as follows: ...
<security>
<access>
<class>org.apache.qpid.server.security.access.plugins.SimpleXML</class>
</access>
...
|
Unsubscribe or edit your notifications preferences
