| Package | Description |
|---|---|
| org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
| org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
| org.apache.activemq.security |
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
|
| org.apache.activemq.store.kahadb |
| Modifier and Type | Field and Description |
|---|---|
protected DestinationMap |
AbstractRegion.destinationMap |
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyMap
Represents a destination based configuration of policies so that individual
destinations or wildcard hierarchies of destinations can be configured using
different policies.
|
class |
RedeliveryPolicyMap
Represents a destination based configuration of policies so that individual
destinations or wildcard hierarchies of destinations can be configured using
different policies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedLDAPAuthorizationMap
A
DefaultAuthorizationMap implementation which uses LDAP to initialize and update authorization
policy. |
class |
DefaultAuthorizationMap
Represents a destination based configuration of policies so that individual
destinations or wildcard hierarchies of destinations can be configured using
different policies.
|
class |
SimpleCachedLDAPAuthorizationMap |
class |
XBeanAuthorizationMap |
| Modifier and Type | Method and Description |
|---|---|
DestinationMap |
SimpleAuthorizationMap.getAdminACLs() |
DestinationMap |
SimpleAuthorizationMap.getReadACLs() |
DestinationMap |
SimpleAuthorizationMap.getWriteACLs() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAuthorizationMap.setAdminACLs(DestinationMap adminACLs) |
void |
SimpleAuthorizationMap.setReadACLs(DestinationMap readACLs) |
void |
SimpleAuthorizationMap.setWriteACLs(DestinationMap writeACLs) |
| Constructor and Description |
|---|
SimpleAuthorizationMap(DestinationMap writeACLs,
DestinationMap readACLs,
DestinationMap adminACLs) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiKahaDBPersistenceAdapter
An implementation of
PersistenceAdapter that supports
distribution of destinations across multiple kahaDB persistence adapters |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.