public class OpenNMSJaasBrokerPlugin extends Object implements org.apache.activemq.broker.BrokerPlugin
Constructor and Description |
---|
OpenNMSJaasBrokerPlugin() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroupsForTrustedHosts() |
List<String> |
getTrustedHosts() |
String |
getUsernameForTrustedHosts() |
org.apache.activemq.broker.Broker |
installPlugin(org.apache.activemq.broker.Broker broker) |
void |
setGroupsForTrustedHosts(List<String> groupsForTrustedHosts) |
void |
setTrustedHosts(List<String> trustedHosts) |
void |
setUsernameForTrustedHosts(String usernameForTrustedHosts) |
public org.apache.activemq.broker.Broker installPlugin(org.apache.activemq.broker.Broker broker) throws Exception
installPlugin
in interface org.apache.activemq.broker.BrokerPlugin
Exception
public String getUsernameForTrustedHosts()
public void setUsernameForTrustedHosts(String usernameForTrustedHosts)
Copyright © 2021. All rights reserved.