Package 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:
- sepandm@gmail.com (Sepand)
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.security.JaasAuthenticationPlugin
configuration, discoverLoginConfig
-
-
Constructor Summary
Constructors Constructor Description JaasCertificateAuthenticationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 interfaceBrokerPlugin
- Overrides:
installPlugin
in classJaasAuthenticationPlugin
-
-