org.apache.activemq.security
Class JaasCertificateAuthenticationPlugin
java.lang.Object
org.apache.activemq.security.JaasAuthenticationPlugin
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)
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaasCertificateAuthenticationPlugin
public JaasCertificateAuthenticationPlugin()
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.