You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Java XML ACLs

This page documents version 1 of Qpid ACLs that was implemented only in the Java broker.

Specification

XML Format

User Guide

The XML ACLs have been implemented as a security class and currently are only configurable via the main broker configuration file.

Enabling XML ACLs

To 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>
...

Examples

Limitations

  • temporary flag
  • negative permissions
  • No labels