|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.security.AuthorizationPlugin
public class AuthorizationPlugin
An authorization plugin where each operation on a destination is checked against an authorizationMap
Constructor Summary | |
---|---|
AuthorizationPlugin()
|
|
AuthorizationPlugin(AuthorizationMap map)
|
Method Summary | |
---|---|
AuthorizationMap |
getMap()
|
Broker |
installPlugin(Broker broker)
Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use. |
void |
setMap(AuthorizationMap map)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorizationPlugin()
public AuthorizationPlugin(AuthorizationMap map)
Method Detail |
---|
public Broker installPlugin(Broker broker)
BrokerPlugin
installPlugin
in interface BrokerPlugin
public AuthorizationMap getMap()
public void setMap(AuthorizationMap map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |