summaryrefslogtreecommitdiff
path: root/java/broker-plugins/access-control/src/main
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkRobert Godfrey2014-10-101-2/+29
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-13/+5
* QPID-6022 : [Java] Fix issues highlighted by code scanning toolsRobert Godfrey2014-08-191-38/+20
* QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-082-5/+2
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-091-8/+1
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-082-65/+54
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-022-5/+5
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-304-77/+3
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-283-38/+2
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-2/+1
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-182-3/+2
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-151-16/+1
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-141-6/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-141-24/+19
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-133-222/+252
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-1/+1
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-111-1/+1
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-111-9/+0
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-1/+8
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-045-82/+318
* QPID-5653, QPID-5624: Remove support for virtual host xml and make message an...Keith Wall2014-04-011-2/+1
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-085-13/+18
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-086-45/+31
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-3/+3
* QPID-5596 : [Java] Address bugs found by FindBugsRobert Godfrey2014-03-032-3/+2
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-201-30/+12
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-7/+17
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-233-3/+3
* QPID-5163: move generation of the ACL log messages to broker-core alongside a...Robert Gemmell2013-09-232-29/+1
* QPID-4753: set vhost SecurityManager _managementMode boolean to equal the par...Robert Gemmell2013-04-291-1/+4
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-193-26/+105
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-195-51/+59
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-111-0/+18
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-124-140/+42
* QPID-4334: addressed Keith's review comments. Also moved PlainConfigurationTe...Keith Wall2012-09-286-87/+115
* QPID-4334: removed the firewall plugin and moved its functionality into the A...Keith Wall2012-09-2816-97/+974
* QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex...Robert Gemmell2012-08-245-116/+47
* QPID-3965: Fix issue with converting ACL content to lower case Applied patch ...Keith Wall2012-04-271-1/+0
* QPID-3843: ensure ACL rule evaluation for the ALL operation accounts for the ...Robert Gemmell2012-02-161-4/+3
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-296-18/+9
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-1/+1
* QPID-3703: ACL test improvementsKeith Wall2011-12-201-1/+10
* QPID-3641: rename configuration element aclv2 => acl.Keith Wall2011-11-281-1/+1
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-242-83/+29
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-132-170/+206
* add missing Apache licenceRobert Gemmell2010-09-271-1/+21
* QPID-2654: Add Actor logging to the ACL pluginRobert Gemmell2010-06-173-11/+54
* QPID-2638 : Add initial support for Topics section in configuration file.Martin Ritchie2010-06-141-1/+1
* QPID-2581 : Update Plugins that use configuration to only throw Configuration...Martin Ritchie2010-06-032-14/+31
* Remove Plugin.isConfigured Only configured plugins should be createdMartin Ritchie2010-06-031-9/+15