| Frames | No Frames |
Classes implementing netscape.ldap.LDAPSocketFactory | |
| class | Creates an SSL socket connection to an LDAP Server. |
| class | Creates an SSL socket connection to an LDAP Server. |
Constructors with parameter type netscape.ldap.LDAPSocketFactory | |
Constructs a new LDAPConnection object that
will use the specified socket factory class to create
socket connections. | |
Methods with parameter type netscape.ldap.LDAPSocketFactory | |
| void | Specifies the object representing the socket factory that you
want to use to establish a connection to a server or for the
start TLS operation. |
| void | Sets the socket factory to be used for ldaps:// URLs. |
Methods with return type netscape.ldap.LDAPSocketFactory | |
| LDAPSocketFactory | Gets the object representing the socket factory used to establish
a connection to the LDAP server or for the start TLS operation. |
| LDAPSocketFactory | Gets the socket factory to be used for ldaps:// URLs. |
Classes implementing netscape.ldap.LDAPSocketFactory | |
| class | Creates an SSL socket connection to a server, using the JSSE package
from Sun. |
| class | Creates an SSL socket connection to a server, using the Netscape/Mozilla
JSS package. |