diff options
| author | Keith Wall <kwall@apache.org> | 2013-10-21 11:48:52 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-10-21 11:48:52 +0000 |
| commit | 67c066df96661830ff57ad569c0064506236726b (patch) | |
| tree | 6b4ef231809e2daf350ebc2810b44b93c79bf625 /qpid/java/lib | |
| parent | 667df7d458ca7945f04b467a4c28bd164c2c3e0a (diff) | |
| download | qpid-python-67c066df96661830ff57ad569c0064506236726b.tar.gz | |
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
Diffstat (limited to 'qpid/java/lib')
| -rw-r--r-- | qpid/java/lib/poms/bcel-5.2.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<dep> + <groupId>org.apache.bcel</groupId> + <artifactId>bcel</artifactId> + <version>5.2</version> +</dep> |
