org.activemq.security.jassjacc
Class BrokerSecurityConfig

java.lang.Object
  extended byorg.activemq.security.jassjacc.BrokerSecurityConfig

public class BrokerSecurityConfig
extends Object

Author:
Hiram TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
BrokerSecurityConfig()
           
 
Method Summary
 String getBrokerName()
           
 HashSet getConnectRoles()
           
 void setBrokerName(String brokerName)
           
 void setConnectRoles(HashSet connectRoles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerSecurityConfig

public BrokerSecurityConfig()
Method Detail

getBrokerName

public String getBrokerName()
Returns:
Returns the brokerName.

setBrokerName

public void setBrokerName(String brokerName)
Parameters:
brokerName - The brokerName to set.

getConnectRoles

public HashSet getConnectRoles()
Returns:
Returns the connectRoles.

setConnectRoles

public void setConnectRoles(HashSet connectRoles)
Parameters:
connectRoles - The connectRoles to set.


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.