org.apache.activemq.security
Class JaasCertificateAuthenticationPlugin

java.lang.Object
  extended by org.apache.activemq.security.JaasAuthenticationPlugin
      extended by org.apache.activemq.security.JaasCertificateAuthenticationPlugin
All Implemented Interfaces:
BrokerPlugin

public class JaasCertificateAuthenticationPlugin
extends JaasAuthenticationPlugin

A JAAS based SSL certificate authentication plugin.

Author:
[email protected] (Sepand)

Field Summary
 
Fields inherited from class org.apache.activemq.security.JaasAuthenticationPlugin
configuration, discoverLoginConfig
 
Constructor Summary
JaasCertificateAuthenticationPlugin()
           
 
Method Summary
 Broker installPlugin(Broker broker)
          Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.
 
Methods inherited from class org.apache.activemq.security.JaasAuthenticationPlugin
getConfiguration, initialiseJaas, isDiscoverLoginConfig, setConfiguration, setDiscoverLoginConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaasCertificateAuthenticationPlugin

public JaasCertificateAuthenticationPlugin()
Method Detail

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
Overrides:
installPlugin in class JaasAuthenticationPlugin


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.