Package org.apache.activemq.security
Class JaasDualAuthenticationPlugin
java.lang.Object
org.apache.activemq.security.JaasAuthenticationPlugin
org.apache.activemq.security.JaasDualAuthenticationPlugin
- All Implemented Interfaces:
BrokerPlugin
A JAAS based SSL certificate authentication plugin.
-
Field Summary
Fields inherited from class org.apache.activemq.security.JaasAuthenticationPlugin
configuration, discoverLoginConfig -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstallPlugin(Broker broker) Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.voidsetSslConfiguration(String sslConfiguration) Set the JAAS SSL configuration domainMethods inherited from class org.apache.activemq.security.JaasAuthenticationPlugin
getConfiguration, initialiseJaas, isDiscoverLoginConfig, setConfiguration, setDiscoverLoginConfig
-
Constructor Details
-
JaasDualAuthenticationPlugin
public JaasDualAuthenticationPlugin()
-
-
Method Details
-
installPlugin
Description copied from interface:BrokerPluginInstalls the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.- Specified by:
installPluginin interfaceBrokerPlugin- Overrides:
installPluginin classJaasAuthenticationPlugin
-
setSslConfiguration
Set the JAAS SSL configuration domain -
getSslConfiguration
-