Package org.apache.activemq.security
package org.apache.activemq.security
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
-
ClassDescriptionBase for all broker plugins that wish to provide connection authentication servicesA helper object used to configure simple authentication pluginVerifies if a authenticated user can do an operation against the broker using an authorization map.Authorizes addSubscription calls.Adds AuthorizationDestinationFilter on intercept()Represents an entry in a
DefaultAuthorizationMapfor assigning different operations (read, write, admin) of user roles to a specific destination or a hierarchical wildcard area of destinations.An authorization plugin where each operation on a destination is checked against an authorizationMapRepresents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.Logs a user in using JAAS.Adds a JAAS based authentication security pluginA JAAS Authentication Broker that uses SSL Certificates.A JAAS based SSL certificate authentication plugin.Extends the SecurityContext to provide a username which is the Distinguished Name from the certificate.A JAAS Authentication Broker that uses different JAAS domain configurations depending if the connection is over an SSL enabled Connector or not.A JAAS based SSL certificate authentication plugin.AnAuthorizationMapwhich uses LDAPA plugin to allow custom message-level security checks to be performed before a message is consumed.An MBean for adding and removing users, roles and destinations.Used to cache up authorizations so that subsequent requests are faster.Handles authenticating a users against a simple user name/password map.A simple authentication pluginAn AuthorizationMap which is configured with individual DestinationMaps for each operation.Represents an entry in aDefaultAuthorizationMapfor assigning different operations (read, write, admin) of user roles to a temporary destination