summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/security
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-6438: [Java Broker] Add support for POST method into REST interfaces in ...Alex Rudyy2015-03-101-0/+4
| * 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-1010-450/+333
| * QPID-6418 : [Java Broker] Use annotation to denote managed object which manag...Robert Godfrey2015-02-262-2/+2
| * QPID-6247: [Java Broker] Use try-with-resources to avoid some repeated cleanu...Keith Wall2015-02-222-35/+3
| * QPID-6247: Updates to configuration files should maintain existing file permi...Alex Rudyy2015-02-203-72/+51
| * QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mas...Alex Rudyy2015-02-172-2/+2
* | Merge from trunkKeith Wall2015-03-1210-449/+363
* | Add sync/async varients to most ACO methodsKeith Wall2015-03-0911-54/+156
* | merge from trunkKeith Wall2015-03-037-101/+48
|/
* QPID-6364: Set Keystore/Truststore derived attribute 'path' to non-data URL. ...Alex Rudyy2015-02-092-10/+8
* QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent pote...Alex Rudyy2015-02-064-6/+6
* QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying sto...Alex Rudyy2015-02-054-15/+65
* QPID-6360: [Java Broker] Extend the UI to support creation of alternate group...Alex Rudyy2015-02-041-1/+2
* QPID-6354: Fix validation of certificates and private keys for non java keyst...Alex Rudyy2015-02-032-12/+10
* QPID-6304: [Java Broker] Allow truststore and keystore (JKS) files to be stor...Andrew MacBean2015-01-142-18/+93
* QPID-6309 : Add group provider which stores user to group mapping in configRobert Godfrey2015-01-123-0/+270
* QPID-6306 : [Java Broker] Restrict broker to single ACL Provider at any given...Robert Godfrey2015-01-101-110/+19
* QPID-6246: [Java Broker] Introduce PreferencesSupportingAuthenticationProvide...Andrew MacBean2014-11-288-6/+16
* QPID-6242: [Java Broker] Avoid "collection is empty" on Windows 7 if the newl...Keith Wall2014-11-261-1/+2
* QPID-6242: [Java Broker] Fix defect on Windows 7 where the newly created empt...Keith Wall2014-11-251-9/+1
* QPID-6242 : Ensure created directory has sufficient permissions to create a f...Robert Godfrey2014-11-241-3/+37
* QPID-6242 : AESFileEncrypterFactory does not work on non-POSIX permissioned f...Robert Godfrey2014-11-211-26/+174
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-177-237/+671
* QPID-6132: [Java Broker] Fix defect introduced by r1629664 (validateChange wa...Keith Wall2014-10-062-56/+51
* QPID-6132: [Java Broker] Mark SimpleLDAP attributes providerUrl, searchFilter...Keith Wall2014-10-062-9/+61
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-26/+24
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO an...Alex Rudyy2014-09-256-59/+0
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-247-143/+127
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterFactoryRobert Godfrey2014-08-191-5/+7
* QPID-6018 : [Java Broker] Add an attribute to the ManagedObject annotation to...Robert Godfrey2014-08-191-1/+1
* QPID-6017 : [Java Broker] add tests for AESKeyFileEncrypterRobert Godfrey2014-08-192-10/+30
* QPID-6017 : [Jaa Broker] Provide a mechanism by which "secure" attributes in ...Robert Godfrey2014-08-193-0/+322
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-181-2/+3
* QPID-5980: yet more javadoc fixupsRobert Gemmell2014-08-082-5/+2
* QPID-5976: [Java Broker] The file keystore/truststore objects should not try ...Keith Wall2014-08-082-0/+9
* QPID-5639, QPID-5878 : Ensure that the client gets a chance to evaluate the s...Robert Godfrey2014-08-042-1/+7
* QPID-5946 : [Java Broker] Add ability to parse PKCS#1 format private keys and...Robert Godfrey2014-08-037-23/+118
* QPID-5946 : [Java Broker] Add alternative TrusStore implementation that can u...Robert Godfrey2014-07-303-0/+380
* QPID-5946 : [Java Broker] Add alternative KeyStore implementation that can us...Robert Godfrey2014-07-302-0/+453
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ...Robert Godfrey2014-07-2420-434/+306
* 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-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-042-4/+35