Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.security |
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
|
Class and Description |
---|
MessageAuthorizationPolicy
A plugin to allow custom message-level security checks to be performed before
a message is consumed.
|
SecurityContext
Used to cache up authorizations so that subsequent requests are faster.
|
Class and Description |
---|
AuthorizationEntry
Represents an entry in a
DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a specific
destination or a hierarchical wildcard area of destinations. |
AuthorizationMap |
DefaultAuthorizationMap
Represents a destination based configuration of policies so that individual
destinations or wildcard hierarchies of destinations can be configured using
different policies.
|
JaasAuthenticationPlugin
Adds a JAAS based authentication security plugin
|
SecurityAdminMBean
An MBean for adding and removing users, roles
and destinations.
|
SecurityContext
Used to cache up authorizations so that subsequent requests are faster.
|
TempDestinationAuthorizationEntry
Represents an entry in a
DefaultAuthorizationMap for assigning
different operations (read, write, admin) of user roles to a temporary
destination |
Copyright © 2005-2014. All Rights Reserved.