summaryrefslogtreecommitdiff
path: root/java/broker-core/src/main/java/org/apache/qpid/server/security/auth
Commit message (Expand)AuthorAgeFilesLines
* merged from trunkQPID-6125-ProtocolRefactoringRobert Godfrey2014-10-176-235/+669
* Merge from trunkRobert Godfrey2014-10-103-84/+129
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO an...Alex Rudyy2014-09-252-16/+0
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-243-38/+9
* QPID-6018 : [Java Broker] Add an attribute to the ManagedObject annotation to...Robert Godfrey2014-08-191-1/+1
* QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-081-4/+1
* QPID-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the s...Robert Godfrey2014-08-042-1/+7
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-2419-397/+277
* QPID-5917 : deleting a user from a SCRAM-* auth provider causes the auth prov...Robert Godfrey2014-07-232-19/+16
* QPID-5768 : Fix error messageRobert Godfrey2014-07-211-1/+1
* QPID-5768 : Allow authenticated LDAP searchRobert Godfrey2014-07-212-2/+41
* QPID-5768 : [Java Broker] Add ability to bind without searching for LDAP auth...Robert Godfrey2014-07-182-19/+38
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-161-0/+1
* QPID-5878 : [Java Broker] Add SCRAM-SHA-256 SASL supportRobert Godfrey2014-07-066-363/+505
* 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-089-184/+104
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-026-23/+23
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-3019-618/+36
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-2810-236/+252
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-2510-67/+48
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-251-6/+8
* NO-JIRA: [Java Broker] Remove now dead recovery/dependency resolution classesKeith Wall2014-04-221-10/+1
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-203-11/+8
* QPID-5712 : [Java Broker] Remove VirtualHostRegistry and remove redundant map...Robert Godfrey2014-04-201-134/+78
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-1815-30/+22
* QPID-5710 : [Java Broker] Use common creation/recovery mechanism for QueuesRobert Godfrey2014-04-181-2/+2
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-173-32/+70
* QPID-5698 : [Java Broker] make the lifetimePolicy attribute automatedRobert Godfrey2014-04-153-58/+9
* QPID-5699 : [Java Broker] Make getAttributeNames() in AbstractConfiguredObjec...Robert Godfrey2014-04-143-17/+0
* QPID-5698 : [Java Broker] make the durable attribute automated, remove unused...Robert Godfrey2014-04-143-86/+55
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-138-571/+636
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-123-39/+15
* QPID-5639 : [Java Broker] Correct SASL Mechanism name in client / use consist...Robert Godfrey2014-04-122-6/+6
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-1117-82/+59
* QPID-5680 : [Java Broker] move configuration defualts to annotationsRobert Godfrey2014-04-111-1/+1
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-093-40/+72
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-0419-198/+269
* QPID-5653, QPID-5624: Remove support for virtual host xml and make message an...Keith Wall2014-04-011-1/+1
* QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-214-2/+1049
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-074-54/+148
* QPID-5606 : [Java Broker] add connection principal to HTTP and JMX management...Robert Godfrey2014-03-062-1/+101
* QPID-5591 : Address review comments from Robbie GemmellRobert Godfrey2014-03-043-0/+10
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement Au...Robert Godfrey2014-03-0317-240/+1028
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-8/+10
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-181-5/+1
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-145-15/+36
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-234-17/+17
* QPID-4463: [Java Broker] SimpleLDAPAuthManager - address review comments from...Keith Wall2013-10-291-15/+25
* QPID-5240: Change ExternalSaslServer to avoid NPE possibility.Keith Wall2013-10-271-2/+2
* QPID-4463: [Java Broker] Change SimpleLDAPAuthManager to accept trust store m...Keith Wall2013-10-219-43/+571