From 67c066df96661830ff57ad569c0064506236726b Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Mon, 21 Oct 2013 11:48:52 +0000 Subject: QPID-4463: [Java Broker] Change SimpleLDAPAuthManager to accept trust store model object in order to conveniently connect to a Directory secured by certificate signed by private-CA (or using self-signed cert). * SimpleLDAPAuthManager can be associated with a truststore model object via the * SSLSocketFactory classes generated on the fly (associated with the truststore) in order to work around limitations in the javax.naming API. * In the Management UI, the user currently needs to enter the name of the truststore configured object (rather than select from a dropdown) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1534105 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/lib/poms/bcel-5.2.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 qpid/java/lib/poms/bcel-5.2.xml (limited to 'qpid/java/lib') diff --git a/qpid/java/lib/poms/bcel-5.2.xml b/qpid/java/lib/poms/bcel-5.2.xml new file mode 100644 index 0000000000..b218981e8a --- /dev/null +++ b/qpid/java/lib/poms/bcel-5.2.xml @@ -0,0 +1,22 @@ + + + + org.apache.bcel + bcel + 5.2 + -- cgit v1.2.1