Package org.apache.activemq.security
Class AuthorizationPlugin
java.lang.Object
org.apache.activemq.security.AuthorizationPlugin
- All Implemented Interfaces:
BrokerPlugin
An authorization plugin where each operation on a destination is checked
against an authorizationMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMap()installPlugin(Broker broker) Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.voidsetMap(AuthorizationMap map)
-
Constructor Details
-
AuthorizationPlugin
public AuthorizationPlugin() -
AuthorizationPlugin
-
-
Method Details
-
installPlugin
Description copied from interface:BrokerPluginInstalls the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.- Specified by:
installPluginin interfaceBrokerPlugin
-
getMap
-
setMap
-