Uses of Class
org.ldaptive.provider.jldap.JLdapConnection
-
-
Uses of JLdapConnection in org.ldaptive.provider.jldap
Classes in org.ldaptive.provider.jldap with type parameters of type JLdapConnection Modifier and Type Class Description classAbstractJLdapConnectionFactory<T extends JLdapConnection>Base class for JLDAP connection factory implementations.Subclasses of JLdapConnection in org.ldaptive.provider.jldap Modifier and Type Class Description classJLdapSSLConnectionJLDAP provider implementation of ldap operations over SSL.classJLdapStartTLSConnectionJLDAP provider implementation of ldap operations over TLS.Methods in org.ldaptive.provider.jldap that return JLdapConnection Modifier and Type Method Description protected JLdapConnectionJLdapConnectionFactory. createJLdapConnection(com.novell.ldap.LDAPConnection conn, JLdapProviderConfig config)
-