diff options
Diffstat (limited to 'qpid/doc/book/src/Configure-ACLs.xml')
| -rw-r--r-- | qpid/doc/book/src/Configure-ACLs.xml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/qpid/doc/book/src/Configure-ACLs.xml b/qpid/doc/book/src/Configure-ACLs.xml new file mode 100644 index 0000000000..ec3aaa8465 --- /dev/null +++ b/qpid/doc/book/src/Configure-ACLs.xml @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="utf-8"?> + +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +<section> + <title> + Configure ACLs + </title> + <section role="h2" id="ConfigureACLs-ConfigureACLs"> + <title> + Configure ACLs + </title> + <section role="h3" id="ConfigureACLs-Specification"> + <title> + Specification + </title> + <itemizedlist> + <listitem><para> + <xref linkend="qpid_Java-XML-ACLs"/> + </para></listitem> + <listitem><para> + <xref linkend="qpid_ACL"/> + </para></listitem> + </itemizedlist> + + <!--h3--> + </section> + + <section role="h3" id="ConfigureACLs-CBroker"> + <title> + C++ Broker + </title> + <para> + The C++ broker supports <xref linkend="qpid_ACL"/> of the ACLs + </para> + + <!--h3--> + </section> + + <section role="h3" id="ConfigureACLs-JavaBroker"> + <title> + Java Broker + </title> + + <itemizedlist> + <listitem><para> + <xref linkend="qpid_Java-XML-ACLs"/> + </para></listitem> + <listitem><para>Support for Version 2 specification is in progress. + </para></listitem> + </itemizedlist> + + <!--h3--> + </section> + + <!--h2--> + </section> + +</section> |
