Uses of Interface
netscape.ldap.LDAPSocketFactory
Packages that use LDAPSocketFactory
-
Uses of LDAPSocketFactory in netscape.ldap
Subinterfaces of LDAPSocketFactory in netscape.ldapModifier and TypeInterfaceDescriptioninterfaceRepresents an SSL socket connection that you can use to connect to an LDAP server.interfaceA socket factory interface for supporting the start TLS LDAPv3 extension (RFC 2830).Classes in netscape.ldap that implement LDAPSocketFactoryModifier and TypeClassDescriptionclassCreates an SSL socket connection to an LDAP Server.classCreates an SSL socket connection to an LDAP Server.Fields in netscape.ldap declared as LDAPSocketFactoryModifier and TypeFieldDescriptionprivate LDAPSocketFactoryLDAPConnection.m_factory(package private) LDAPSocketFactoryLDAPConnSetupMgr.m_factorySocket factory for SSL connectionsprivate static LDAPSocketFactoryLDAPUrl.m_factoryMethods in netscape.ldap that return LDAPSocketFactoryModifier and TypeMethodDescriptionLDAPConnection.getSocketFactory()Gets the object representing the socket factory used to establish a connection to the LDAP server or for the start TLS operation.static LDAPSocketFactoryLDAPUrl.getSocketFactory()Gets the socket factory to be used for ldaps:// URLs.Methods in netscape.ldap with parameters of type LDAPSocketFactoryModifier and TypeMethodDescriptionvoidLDAPConnection.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.static voidLDAPUrl.setSocketFactory(LDAPSocketFactory factory) Sets the socket factory to be used for ldaps:// URLs.Constructors in netscape.ldap with parameters of type LDAPSocketFactoryModifierConstructorDescriptionLDAPConnection(LDAPSocketFactory factory) Constructs a newLDAPConnectionobject that will use the specified socket factory class to create socket connections.(package private)LDAPConnSetupMgr(String[] hosts, int[] ports, LDAPSocketFactory factory) Constructor(package private)LDAPConnSetupMgr(String[] urls, LDAPSocketFactory factory) (package private)LDAPConnSetupMgr(LDAPUrl[] urls, LDAPSocketFactory factory) -
Uses of LDAPSocketFactory in netscape.ldap.factory
Classes in netscape.ldap.factory that implement LDAPSocketFactoryModifier and TypeClassDescriptionclassCreates an SSL socket connection to a server, using the JSSE package from Sun.classCreates an SSL socket connection to a server, using the Netscape/Mozilla JSS package.