Package | Description |
---|---|
netscape.ldap | |
netscape.ldap.factory |
Modifier and Type | Interface and Description |
---|---|
interface |
LDAPSSLSocketFactoryExt
Represents an SSL socket connection that you can use to connect to an
LDAP server.
|
interface |
LDAPTLSSocketFactory
A socket factory interface for supporting the start TLS LDAPv3
extension (RFC 2830).
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPSSLSocketFactory
Creates an SSL socket connection to an LDAP Server.
|
class |
LDAPSSLSocketWrapFactory
Creates an SSL socket connection to an LDAP Server.
|
Modifier and Type | Method and Description |
---|---|
static LDAPSocketFactory |
LDAPUrl.getSocketFactory()
Gets the socket factory to be used for ldaps:// URLs.
|
LDAPSocketFactory |
LDAPConnection.getSocketFactory()
Gets the object representing the socket factory used to establish
a connection to the LDAP server or for the start TLS operation.
|
Modifier and Type | Method and Description |
---|---|
static void |
LDAPUrl.setSocketFactory(LDAPSocketFactory factory)
Sets the socket factory to be used for ldaps:// URLs.
|
void |
LDAPConnection.setSocketFactory(LDAPSocketFactory factory)
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.
|
Constructor and Description |
---|
LDAPConnection(LDAPSocketFactory factory)
Constructs a new
LDAPConnection object that
will use the specified socket factory class to create
socket connections. |
Modifier and Type | Class and Description |
---|---|
class |
JSSESocketFactory
Creates an SSL socket connection to a server, using the JSSE package
from Sun.
|
class |
JSSSocketFactory
Creates an SSL socket connection to a server, using the Netscape/Mozilla
JSS package.
|