public class BrokerDTO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<AccessRuleDTO> |
access_rules
List of AccessRulesDTO objects which contain information about
user authorization to broker resources
|
AuthenticationDTO |
authentication
List of AuthenticationDTO objects which contain JAAS authentication information
|
java.lang.String |
client_address
The address clients should use to connect to this
broker.
|
java.util.List<ConnectorTypeDTO> |
connectors
A broker accepts connections via it's configured connectors.
|
java.lang.String |
id |
KeyStorageDTO |
key_storage
Specifies the key store data object
|
LogCategoryDTO |
log_category
List of LogCategoryDTO objects which configure logging
|
java.lang.String |
notes
Used to store any configuration notes.
|
java.util.List<java.lang.Object> |
other
To hold any other non-matching XML elements
|
java.lang.String |
security_factory
If you want use a custom authorization and authentication scheme,
then set this to the name of a class that implements the
SecurityFactory interface.
|
java.util.List<CustomServiceDTO> |
services
Opaque service class names which gets started/stopped when the broker
starts/stops.
|
java.lang.String |
validation
When a broker is first started up, it will validate the configuration file against
the the XSD Schema and report any errors/warnings it finds but it will continue to
start the broker even it finds problems.
|
java.util.List<VirtualHostDTO> |
virtual_hosts
A broker can service many virtual hosts.
|
java.util.List<WebAdminDTO> |
web_admins
List of WebAdminDTO objects which contain address and port information
to bind to the web interface
|
Constructor and Description |
---|
BrokerDTO() |
public java.lang.String id
public java.lang.String notes
public java.util.List<VirtualHostDTO> virtual_hosts
public java.util.List<ConnectorTypeDTO> connectors
public java.lang.String client_address
public KeyStorageDTO key_storage
public java.util.List<AccessRuleDTO> access_rules
public java.util.List<WebAdminDTO> web_admins
public AuthenticationDTO authentication
public LogCategoryDTO log_category
public java.util.List<CustomServiceDTO> services
public java.lang.String validation
public java.util.List<java.lang.Object> other
public java.lang.String security_factory
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.