Daniil Kirilyuk created QPID-8597:
-------------------------------------

             Summary: LDAP SSL Connection Refactoring
                 Key: QPID-8597
                 URL: https://issues.apache.org/jira/browse/QPID-8597
             Project: Qpid
          Issue Type: Improvement
          Components: Broker-J
    Affects Versions: qpid-java-broker-8.0.6
            Reporter: Daniil Kirilyuk


Current implementation of LDAP SSL connection in broker relies on dynamic 
classloading using LDAPSSLSocketFactoryGenerator. Existing implementation can 
be refactored with the usage of ThreadLocal keeping created SSLSocketFactory 
instance. That would simplify the logic of SimpleLDAPAuthenticationManagerImpl 
and would allow to remove apache bcel dependency currently needed for this 
purpose only.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to