summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security/SecurityManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkQPID-6262-JavaBrokerNIOKeith Wall2015-03-121-44/+34
|\
| * QPID-6436: Address review comments and fix issues caused by ACL refactoringAlex Rudyy2015-03-121-25/+34
| * QPID-6436: Allow user to update its own preferences without explicit permissionsAlex Rudyy2015-03-101-0/+7
| * QPID-6436: [Java Broker] Move ACL functionality scattered over the configured...Alex Rudyy2015-03-101-177/+272
* | Merge from trunkKeith Wall2015-03-121-176/+298
|/
* QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any given...Robert Godfrey2015-01-101-110/+19
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-2/+3
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-041-3/+33
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-10/+12
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-211-216/+150
* QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-121-0/+25
* QPID-5617 : [Java Broker] restore or implement child added/removed notificati...Robert Godfrey2014-03-081-2/+2
* QPID-5611 : Fix other logging to always use the most current event logger hel...Robert Godfrey2014-03-081-1/+1
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-081-1/+27
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-2/+2
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-2/+7
* QPID-5567 : Address review commentsRobert Godfrey2014-03-031-1/+1
* QPID-5577 : [Java Broker] Change Exchange,Queue,Binding,Consumer to implement...Robert Godfrey2014-02-261-8/+8
* QPID-5579 : Use annotations to generate statistics valuesRobert Godfrey2014-02-251-2/+2
* QPID-5579 : [Java Broker] build attribute meta data the same way for REST API...Robert Godfrey2014-02-231-1/+1
* QPID-5567 : Move acl checks into the objects being createdRobert Godfrey2014-02-211-23/+31
* QPID-5567 : Further changes to SecurityMangagerRobert Godfrey2014-02-201-59/+27
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-17/+3
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-181-46/+106
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-231-0/+643