Package netscape.ldap

Class LDAPSSLSocketWrapFactory

java.lang.Object
netscape.ldap.LDAPSSLSocketWrapFactory
All Implemented Interfaces:
Serializable, LDAPSocketFactory, LDAPSSLSocketFactoryExt

public class LDAPSSLSocketWrapFactory extends Object implements LDAPSSLSocketFactoryExt, Serializable
Creates an SSL socket connection to an LDAP Server. This class is provided by the package in which the SSL socket does not extend Socket object. The class internally provides a wrapper to convert the SSL socket extending the Object class to the one extending the Socket class. This factory class implements the LDAPSocketFactory interface.

To use this class, pass the instance of this factory object to the LDAPConnection constructor.

Version:
1.0
See Also: