diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-07-31 20:45:44 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-07-31 20:45:44 +0000 |
| commit | 384cd0a4681418fe03fc6121ee71eebc3878b9d4 (patch) | |
| tree | ce77cb966d8a1a21cc8f021e94b076e6c3fc70da /cpp/src/Makefile.am | |
| parent | 240358bf1ded2bc076e96892592e0028f5c277c4 (diff) | |
| download | qpid-python-384cd0a4681418fe03fc6121ee71eebc3878b9d4.tar.gz | |
- Implementation of ACL plugin
- Apply ACL to Exchange, Queue, Binding, Subscribe
- Follow Java ACL types, few added
To complete the implementation of ACL the following items are remaining.
- ACL on message transfer
- ACL on MGNT commands
- Reading ACL from File, into auth map.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 445f5eae0d..b217ca0ccc 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -103,6 +103,7 @@ platform_hdr = $(posix_plat_hdr) lib_LTLIBRARIES = libqpidcommon.la libqpidbroker.la libqpidclient.la include cluster.mk +include acl.mk # The logger library uses boost::date_time to format time. # We have to disable the unused parameters warning to get around @@ -377,6 +378,7 @@ nobase_include_HEADERS = \ qpid/agent/ManagementAgent.h \ qpid/agent/ManagementAgentImpl.h \ qpid/broker/Broker.h \ + qpid/broker/AclModule.h \ qpid/broker/SessionAdapter.h \ qpid/broker/Exchange.h \ qpid/broker/Queue.h \ |
