Uses of Interface
org.apache.activemq.security.AuthenticationBroker
-
Packages that use AuthenticationBroker Package Description org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. -
-
Uses of AuthenticationBroker in org.apache.activemq.security
Classes in org.apache.activemq.security that implement AuthenticationBroker Modifier and Type Class Description classAbstractAuthenticationBrokerclassJaasAuthenticationBrokerLogs a user in using JAAS.classJaasCertificateAuthenticationBrokerA JAAS Authentication Broker that uses SSL Certificates.classJaasDualAuthenticationBrokerA JAAS Authentication Broker that uses different JAAS domain configurations depending if the connection is over an SSL enabled Connector or not.classSimpleAuthenticationBrokerHandles authenticating a users against a simple user name/password map.
-