Package org.apache.activemq.security
Class JaasCertificateAuthenticationPlugin
java.lang.Object
org.apache.activemq.security.JaasAuthenticationPlugin
org.apache.activemq.security.JaasCertificateAuthenticationPlugin
- All Implemented Interfaces:
BrokerPlugin
A JAAS based SSL certificate authentication plugin.
- Author:
- sepandm@gmail.com (Sepand)
-
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.Methods inherited from class org.apache.activemq.security.JaasAuthenticationPlugin
getConfiguration, initialiseJaas, isDiscoverLoginConfig, setConfiguration, setDiscoverLoginConfig
-
Constructor Details
-
JaasCertificateAuthenticationPlugin
public JaasCertificateAuthenticationPlugin()
-
-
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
-