Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A O S

A

authorizeConnection(BrokerClient, ConnectionInfo) - Method in interface org.activemq.security.SecurityAdapter
Authenticates the connection and authorizes it for use with this Message Broker
authorizeConsumer(BrokerClient, ConsumerInfo) - Method in interface org.activemq.security.SecurityAdapter
Authorizes that the consumer can start with the given consumer information
authorizeProducer(BrokerClient, ProducerInfo) - Method in interface org.activemq.security.SecurityAdapter
Authorizes that the prodcuer can start with the given producer information.
authorizeReceive(BrokerClient, ActiveMQMessage) - Method in interface org.activemq.security.SecurityAdapter
Returns true if the given client is authorized to receive the given message.
authorizeSendMessage(BrokerClient, ActiveMQMessage) - Method in interface org.activemq.security.SecurityAdapter
Authorizes on a per message basis whether or not the client is allowed to send the given message.

O

org.activemq.security - package org.activemq.security
 

S

SecurityAdapter - interface org.activemq.security.SecurityAdapter.
A pluggable strategy to authenticate new connections and authorize the connection and producer and consumer on destinations

A O S