Uses of Class
org.apache.activemq.broker.MutableBrokerFilter
-
Packages that use MutableBrokerFilter Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.shiro org.apache.activemq.shiro.authc org.apache.activemq.shiro.authz org.apache.activemq.shiro.env org.apache.activemq.shiro.subject -
-
Uses of MutableBrokerFilter in org.apache.activemq.broker
Subclasses of MutableBrokerFilter in org.apache.activemq.broker Modifier and Type Class Description classBrokerPluginSupportA useful base class for implementing broker plugins.classInsertableMutableBrokerFilterInserts itself into the BrokerStackConstructors in org.apache.activemq.broker with parameters of type MutableBrokerFilter Constructor Description InsertableMutableBrokerFilter(MutableBrokerFilter parent) -
Uses of MutableBrokerFilter in org.apache.activemq.broker.util
Subclasses of MutableBrokerFilter in org.apache.activemq.broker.util Modifier and Type Class Description classDestinationPathSeparatorBrokerclassDestinationsPluginA simple plugin that can be used to export/import runtime destinations.classLoggingBrokerPluginA simple Broker intercepter which allows you to enable/disable logging.classMulticastTraceBrokerPluginA Broker interceptor which allows you to trace all operations to a Multicast socket.classRedeliveryPluginReplace regular DLQ handling with redelivery via a resend to the original destination after a delay A destination matching RedeliveryPolicy controls the quantity and delay for re-sends If there is no matching policy or an existing policy limit is exceeded by default regular DLQ processing resumes.classTimeStampingBrokerPluginA Broker interceptor which updates a JMS Client's timestamp on the message with a broker timestamp.classTraceBrokerPathPluginThe TraceBrokerPathPlugin can be used in a network of Brokers.classUDPTraceBrokerPluginA Broker interceptor which allows you to trace all operations to a UDP socket. -
Uses of MutableBrokerFilter in org.apache.activemq.shiro
Subclasses of MutableBrokerFilter in org.apache.activemq.shiro Modifier and Type Class Description classSecurityFilterclassShiroPlugin -
Uses of MutableBrokerFilter in org.apache.activemq.shiro.authc
Subclasses of MutableBrokerFilter in org.apache.activemq.shiro.authc Modifier and Type Class Description classAuthenticationFilterTheAuthenticationFilterenforces if authentication is required before allowing the broker filter chain to continue. -
Uses of MutableBrokerFilter in org.apache.activemq.shiro.authz
Subclasses of MutableBrokerFilter in org.apache.activemq.shiro.authz Modifier and Type Class Description classAuthorizationFilterTheAuthorizationFilterasserts that actions are allowed to execute first before they are actually executed. -
Uses of MutableBrokerFilter in org.apache.activemq.shiro.env
Subclasses of MutableBrokerFilter in org.apache.activemq.shiro.env Modifier and Type Class Description classEnvironmentFilterAn abstractBrokerFilterthat makes the ShiroEnvironmentavailable to subclasses. -
Uses of MutableBrokerFilter in org.apache.activemq.shiro.subject
Subclasses of MutableBrokerFilter in org.apache.activemq.shiro.subject Modifier and Type Class Description classSubjectFilterTheSubjectFilterensures a ShiroSubjectrepresenting the client's identity is associated with every connection to the ActiveMQ Broker.
-