diff options
| author | Keith Wall <kwall@apache.org> | 2014-10-30 23:37:03 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-10-30 23:37:03 +0000 |
| commit | 24d10be23d2368868c56e0053030972e6b15e275 (patch) | |
| tree | 297cb75a42e905c4ba1ba3599517e7961b74aa69 /qpid/doc/book/src/java-broker/Java-Broker-Security.xml | |
| parent | d67392a88b4889247ff60e2773055cc41981ade7 (diff) | |
| download | qpid-python-24d10be23d2368868c56e0053030972e6b15e275.tar.gz | |
QPID-6108: [Java Documentation] Refactor security/auth providers section into separate files to allow for convenient re-purposing of the document
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1635639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Security.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Security.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Security.xml b/qpid/doc/book/src/java-broker/Java-Broker-Security.xml index d9f1c4c68c..47d3cae164 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Security.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Security.xml @@ -22,8 +22,8 @@ <chapter id="Java-Broker-Security"> <title>Security</title> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Java-Broker-Security-Authentication-Providers.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Java-Broker-Security-Group-Providers.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Java-Broker-Security-ACLs.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Java-Broker-Security-Configuration-Encryption.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="security/Java-Broker-Security-Authentication-Providers.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="security/Java-Broker-Security-Group-Providers.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="security/Java-Broker-Security-ACLs.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="security/Java-Broker-Security-Configuration-Encryption.xml"/> </chapter> |
