| Home >> All >> org >> activemq >> security >> [ jassjacc Javadoc ] |
org.activemq.security.jassjacc: Javadoc index of package org.activemq.security.jassjacc.
Package Samples:
org.activemq.security.jassjacc: Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
Classes:
PropertiesConfigLoader: Parses a Properties object into a set of BrokerSecurityConfig and DestinationSecurityConfig objects that can be used to secure the ActiveMQ broker. Sample properties configuration: # Secure a connection the the 'localhost' broker connect.roles=admins,traders,brokers,guests # Secure the TEST_TOPIC topic. topic.T1.names=TEST_TOPIC topic.T1.consume.roles=traders topic.T1.produce.roles=traders,brokers topic.T1.send.roles=traders,brokers # You can also secure more than one destination in one go. queue.Q1.names=TEST_QUEUE,A_QUEUE,B_QUEUE queue.Q1.consume.roles=traders queue.Q1.produce.roles=traders,brokers ...
JassJaccSecurityAdapter: Implements SecurityAdapter that uses JASS to authenticate and JACC to authorize the user operations.
JMSDestinationPermission: Used to define permissions needed to operate against the ActiveMQ destinations.
JMSBrokerPermission: Used to define permissions needed to operate against the ActiveMQ broker.
AbstractJMSPermission: Abstract class to make it easier to JMS Permissions.
UsernamePasswordCallback: A JASS username password CallbackHandler.
BrokerSecurityConfig
DestinationSecurityConfig
PropertiesConfigLoaderTest
| Home | Contact Us | Privacy Policy | Terms of Service |