summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Concepts-Other-Services.xml
blob: d0368329b6f225ec7277dc276e16bc6065c8b19e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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 id="Java-Broker-Concepts-Other-Services">
<title>Other Services</title>
    <para>
        The Broker can also have <emphasis>Access Control Providers</emphasis>, <emphasis>Group Providers</emphasis>,
        <emphasis>Keystores</emphasis>, <emphasis>Trustores</emphasis> and [Management] <emphasis>Plugins</emphasis> configured.
    </para>

    <section id="Java-Broker-Concepts-Access-Control-Providers">
        <title>Access Control Providers</title>
        <para><emphasis>Access Control Providers</emphasis> are used to authorize various operations relating to Broker objects.</para>
        <para>Access Control Provider 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 authenticated user principals into groups
        which can be then be used in Access Control rules applicable to the whole group.</para>
        <para>Group Provider configuration and management is covered in <xref linkend="Java-Broker-Security-Group-Providers"/>.</para>
    </section>

    <section id="Java-Broker-Concepts-Keystores">
        <title>Keystores</title>
        <para><emphasis>Keystores</emphasis> are used to configure details of keystores holding SSL keys and certificates
        for the SSL transports on Ports.</para>
        <para>Keystore configuration and management is covered in <xref linkend="Java-Broker-SSL-Keystore"/>.</para>
    </section>

    <section id="Java-Broker-Concepts-Truststores">
        <title>Truststores</title>
        <para><emphasis>Truststores </emphasis> are used to configure details of keystores holding SSL certificates
        for trusting Client Certificate on SSL ports.
        </para>
        <para>Truststore configuration and management is covered in <xref linkend="SSL-Truststore-ClientCertificate"/>.</para>
    </section>

</section>