|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityAdapter | |
---|---|
org.activemq.broker | The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. |
org.activemq.broker.impl | The default implementation of the JMS Broker |
org.activemq.security.jassjacc |
Uses of SecurityAdapter in org.activemq.broker |
---|
Methods in org.activemq.broker that return SecurityAdapter | |
---|---|
SecurityAdapter |
BrokerContainer.getSecurityAdapter()
Returns the security adapter used to authenticate and authorize access to JMS resources |
SecurityAdapter |
Broker.getSecurityAdapter()
Returns the security adapter used to authenticate and authorize access to JMS resources |
Methods in org.activemq.broker with parameters of type SecurityAdapter | |
---|---|
void |
BrokerContainer.setSecurityAdapter(SecurityAdapter securityAdapter)
Sets the security adapter used to authenticate and authorize access to JMS resources |
void |
Broker.setSecurityAdapter(SecurityAdapter securityAdapter)
Sets the security adapter used to authenticate and authorize access to JMS resources |
Uses of SecurityAdapter in org.activemq.broker.impl |
---|
Methods in org.activemq.broker.impl that return SecurityAdapter | |
---|---|
SecurityAdapter |
DefaultBroker.getSecurityAdapter()
|
SecurityAdapter |
BrokerContainerImpl.getSecurityAdapter()
|
Methods in org.activemq.broker.impl with parameters of type SecurityAdapter | |
---|---|
void |
DefaultBroker.setSecurityAdapter(SecurityAdapter securityAdapter)
|
void |
BrokerContainerImpl.setSecurityAdapter(SecurityAdapter securityAdapter)
|
Uses of SecurityAdapter in org.activemq.security.jassjacc |
---|
Classes in org.activemq.security.jassjacc that implement SecurityAdapter | |
---|---|
class |
JassJaccSecurityAdapter
Implements SecurityAdapter that uses JASS to authenticate and JACC to authorize the user operations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |