org.apache.activemq.security
Class JaasDualAuthenticationPlugin
java.lang.Object
org.apache.activemq.security.JaasAuthenticationPlugin
org.apache.activemq.security.JaasDualAuthenticationPlugin
- All Implemented Interfaces:
- BrokerPlugin
public class JaasDualAuthenticationPlugin
- extends JaasAuthenticationPlugin
A JAAS based SSL certificate authentication plugin.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaasDualAuthenticationPlugin
public JaasDualAuthenticationPlugin()
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
setSslConfiguration
public void setSslConfiguration(String sslConfiguration)
- Set the JAAS SSL configuration domain
getSslConfiguration
public String getSslConfiguration()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.