org.apache.activemq.security
Class AuthorizationPlugin
java.lang.Object
org.apache.activemq.security.AuthorizationPlugin
- All Implemented Interfaces:
- BrokerPlugin
public class AuthorizationPlugin
- extends Object
- implements BrokerPlugin
An authorization plugin where each operation on a destination is checked
against an authorizationMap
- Version:
- $Revision: 563921 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationPlugin
public AuthorizationPlugin()
AuthorizationPlugin
public AuthorizationPlugin(AuthorizationMap map)
installPlugin
public Broker installPlugin(Broker broker)
- Description copied from interface:
BrokerPlugin
- Installs the plugin into the interceptor chain of the broker, returning the new
intercepted broker to use.
- Specified by:
installPlugin
in interface BrokerPlugin
getMap
public AuthorizationMap getMap()
setMap
public void setMap(AuthorizationMap map)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.