summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/test/java/org/apache/qpid/server/security
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-123-266/+665
* QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying sto...Alex Rudyy2015-02-052-27/+27
* QPID-6354: Fix validation of certificates and private keys for non java keyst...Alex Rudyy2015-02-032-0/+312
* QPID-6304: [Java Broker] Remove now redundant FileKeyStoreCreationTest/FileTr...Keith Wall2015-01-142-74/+46
* QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-142-0/+667
* QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any given...Robert Godfrey2015-01-101-2/+5
* QPID-6242 : AESFileEncrypterFactory does not work on non-POSIX permissioned f...Robert Godfrey2014-11-211-4/+11
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-176-188/+380
* QPID-6132: [Java Broker] Mark SimpleLDAP attributes providerUrl, searchFilter...Keith Wall2014-10-062-30/+44
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-13/+45
* QPID-6019 : [Java Broker] Move configured object registration with parents un...Robert Godfrey2014-08-211-4/+5
* QPID-6017 : Attempt 2 to skip tests that require strong encryption when stron...Robert Godfrey2014-08-202-173/+196
* QPID-6017 : Attempt to skip tests that require strong encryption when strong ...Robert Godfrey2014-08-202-5/+39
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterFactoryRobert Godfrey2014-08-192-1/+314
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterRobert Godfrey2014-08-191-0/+194
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-249-63/+63
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-083-3/+3
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-1/+1
* QPID-5578 : [Java Broker] Use annotation to allow registration of all Configu...Robert Godfrey2014-04-303-21/+23
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-251-1/+2
* QPID-5578 : Ensure correct error code is returned when a queue is declared wi...Robert Godfrey2014-04-251-2/+4
* QPID-5702: upgrade JUnit dependency from version 3.8.1 to 4.11, change import...Robert Gemmell2014-04-221-1/+1
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-207-44/+38
* QPID-5578 : [Java Broker] Tidy up - minimize use of MapValueConverter, make c...Robert Godfrey2014-04-185-7/+7
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-172-281/+0
* QPID-5698 : [Java Broker] make attributes automated or derivedRobert Godfrey2014-04-151-2/+2
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-131-3/+3
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-4/+3
* QPID-5680 : [Java Broker] remove configuration defualt mapsRobert Godfrey2014-04-115-10/+7
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-092-8/+19
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-071-3/+1
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-044-155/+16
* QPID-5639 : Remove Unicode from source fileRobert Godfrey2014-03-241-1/+1
* QPID-5639 : [Java Broker] Add SCRAM-SHA-1 SASL supportRobert Godfrey2014-03-211-0/+203
* QPID-5634: [Java Broker] Remove support for AccessPlugins at the level of the...Keith Wall2014-03-211-0/+571
* QPID-5592 : [Java Broker] AuthenticationManagers should directly implement Au...Robert Godfrey2014-03-037-54/+167
* QPID-5567 : Always Use AccessControllerContext to find the current context Su...Robert Godfrey2014-02-191-1/+1
* QPID-5562 : [Java Broker] make all failed ACL checks throw AccessControlExcep...Robert Godfrey2014-02-181-3/+5
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-239-24/+23
* QPID-5240: Change ExternalSaslServer to avoid NPE possibility.Keith Wall2013-10-271-93/+103
* QPID-4463: [Java Broker] Change SimpleLDAPAuthManager to accept trust store m...Keith Wall2013-10-214-13/+167
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-2329-0/+4473