Uses of Package
org.apache.activemq.security

Packages that use org.apache.activemq.security
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. 
 

Classes in org.apache.activemq.security used by org.apache.activemq.broker
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.
 

Classes in org.apache.activemq.security used by org.apache.activemq.security
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
           
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-2012. All Rights Reserved.