public class BrokerDTO extends Object
Modifier and Type | Field and Description |
---|---|
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
|
String |
client_address
The address clients should use to connect to this
broker.
|
List<ConnectorTypeDTO> |
connectors
A broker accepts connections via it's configured connectors.
|
String |
id |
KeyStorageDTO |
key_storage
Specifies the key store data object
|
LogCategoryDTO |
log_category
List of LogCategoryDTO objects which configure logging
|
String |
notes
Used to store any configuration notes.
|
List<Object> |
other
To hold any other non-matching XML elements
|
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.
|
List<CustomServiceDTO> |
services
Opaque service class names which gets started/stopped when the broker
starts/stops.
|
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.
|
List<VirtualHostDTO> |
virtual_hosts
A broker can service many virtual hosts.
|
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 String id
public String notes
public List<VirtualHostDTO> virtual_hosts
public List<ConnectorTypeDTO> connectors
public String client_address
public KeyStorageDTO key_storage
public List<AccessRuleDTO> access_rules
public List<WebAdminDTO> web_admins
public AuthenticationDTO authentication
public LogCategoryDTO log_category
public List<CustomServiceDTO> services
public String validation
public String security_factory
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.