org.openanzo.server.security.activemq
Class AuthenticationPlugin

java.lang.Object
  extended by org.openanzo.server.security.activemq.AuthenticationPlugin
All Implemented Interfaces:
org.apache.activemq.broker.BrokerPlugin

public class AuthenticationPlugin
extends java.lang.Object
implements org.apache.activemq.broker.BrokerPlugin

Plugin that provides the AuthenticationBroker to an ActiveMQ server

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Constructor Summary
AuthenticationPlugin(ModelServiceApi modelServiceApi, java.util.Properties properties)
          Create a new AuthenticationPlugin
 
Method Summary
 org.apache.activemq.broker.Broker installPlugin(org.apache.activemq.broker.Broker broker)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationPlugin

public AuthenticationPlugin(ModelServiceApi modelServiceApi,
                            java.util.Properties properties)
Create a new AuthenticationPlugin

Parameters:
modelServiceApi - connection to the Anzo services
properties - configuration properties
Method Detail

installPlugin

public org.apache.activemq.broker.Broker installPlugin(org.apache.activemq.broker.Broker broker)
                                                throws java.lang.Exception
Specified by:
installPlugin in interface org.apache.activemq.broker.BrokerPlugin
Throws:
java.lang.Exception


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.