[
https://issues.jboss.org/browse/ELY-587?page=com.atlassian.jira.plugin.sy...
]
Jan Kalina edited comment on ELY-587 at 8/16/16 6:06 AM:
---------------------------------------------------------
If we would like *to pass parameter into SocketFactory*, it would require custom version
of:
* LdapCtxFactory (can be passed into InitialContext as java.naming.factory.initial env)
* LdapCtx (get SocketFactory class name from env)
* LdapClient (constructed in LdapCtx)
* Connection (constructed in LdapClient, use reflection to obtain new instance of
(SSL)SocketFactory - call getDefault())
was (Author: honza889):
If we would like *to pass parameter into SocketFactory*, it would require custom version
of:
* LdapCtxFactory (can be passed into InitialContext as java.naming.factory.initial env)
* LdapCtx (get SocketFactory class name from env)
* LdapClient (constructed in LdapCtx)
* Connection (constructed in LdapClient, use abstraction to obtain (SSL)SocketFactory)
SSLContext integration into DirContext supplier service
-------------------------------------------------------
Key: ELY-587
URL:
https://issues.jboss.org/browse/ELY-587
Project: WildFly Elytron
Issue Type: Task
Components: SSL
Reporter: Jan Kalina
Assignee: Jan Kalina
* we already have a resource to define the SSLContext
* we want use it for connection to LDAP
* resource of DirContext supplier (see ELY-462) should reference SSLContext resource /
capability
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)