summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Other-Services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Concepts-Other-Services.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Concepts-Other-Services.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Other-Services.xml b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Other-Services.xml
index bb694d81da..df1600273b 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Other-Services.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Other-Services.xml
@@ -22,5 +22,34 @@
<section id="Java-Broker-Concepts-Other-Services">
<title>Other Services</title>
+<para>The Broker can also contain Access Control Providers, Group Providers, Keystore, Trustores and Management Plugins.</para>
+
+ <section id="Java-Broker-Concepts-Access-Control-Providers">
+ <title>Access Control Providers</title>
+ <para><emphasis>Access Control Providers</emphasis> are used to authorize the access to the various Broker objects.</para>
+ <para>The ACL configuration and management details are covered in <xref linkend="Java-Broker-Security-ACLs"/>.</para>
+ </section>
+
+ <section id="Java-Broker-Concepts-Group-Providers">
+ <title>Group Providers</title>
+ <para><emphasis>Group Providers</emphasis> are used to aggregate Broker authenticated principals into groups
+ which can be used to define ACL rules applicable to the whole group.</para>
+ <para>The Group Provider configuration and management is covered in <xref linkend="Java-Broker-Security-Group-Providers"/>.</para>
+ </section>
+
+ <section id="Java-Broker-Keystore-Providers">
+ <title>Keystores</title>
+ <para><emphasis>Keystore</emphasis> are used to configure keystores holding SSL keys and certificates
+ for the SSL transports on Ports.</para>
+ <para>The Keystore configuration and management is covered in <xref linkend="Java-Broker-SSL-Keystore"/>.</para>
+ </section>
+
+ <section id="Java-Broker-Truststore-Providers">
+ <title>Truststores</title>
+ <para><emphasis>Truststore </emphasis> are used to configure keystores holding SSL certificates
+ for Client Certificate Authentication on SSL ports.
+ </para>
+ <para>The Truststore configuration and management is covered in <xref linkend="SSL-Truststore-ClientCertificate"/>.</para>
+ </section>
</section>