Uses of Class
org.ldaptive.provider.jldap.JLdapProviderConfig
-
-
Uses of JLdapProviderConfig in org.ldaptive.provider.jldap
Fields in org.ldaptive.provider.jldap declared as JLdapProviderConfig Modifier and Type Field Description private JLdapProviderConfigJLdapConnection. configProvider configuration.private JLdapProviderConfigJLdapProvider. configProvider configuration.Methods in org.ldaptive.provider.jldap that return JLdapProviderConfig Modifier and Type Method Description JLdapProviderConfigJLdapProvider. getProviderConfig()Methods in org.ldaptive.provider.jldap that return types with arguments of type JLdapProviderConfig Modifier and Type Method Description ProviderConnectionFactory<JLdapProviderConfig>JLdapProvider. getConnectionFactory(ConnectionConfig cc)Methods in org.ldaptive.provider.jldap with parameters of type JLdapProviderConfig Modifier and Type Method Description protected abstract TAbstractJLdapConnectionFactory. createJLdapConnection(com.novell.ldap.LDAPConnection conn, JLdapProviderConfig config)Creates a jldap connection of the appropriate type for this connection factory.protected JLdapConnectionJLdapConnectionFactory. createJLdapConnection(com.novell.ldap.LDAPConnection conn, JLdapProviderConfig config)protected JLdapSSLConnectionJLdapSSLConnectionFactory. createJLdapConnection(com.novell.ldap.LDAPConnection conn, JLdapProviderConfig config)protected JLdapStartTLSConnectionJLdapStartTLSConnectionFactory. createJLdapConnection(com.novell.ldap.LDAPConnection conn, JLdapProviderConfig config)voidJLdapProvider. setProviderConfig(JLdapProviderConfig pc)Constructors in org.ldaptive.provider.jldap with parameters of type JLdapProviderConfig Constructor Description AbstractJLdapConnectionFactory(String url, ConnectionStrategy strategy, JLdapProviderConfig config, com.novell.ldap.LDAPConstraints constraints, Duration timeOut)Creates a new abstract jldap connection factory.JLdapConnection(com.novell.ldap.LDAPConnection conn, JLdapProviderConfig pc)Creates a new jldap connection.JLdapConnectionFactory(String url, ConnectionStrategy strategy, JLdapProviderConfig config, com.novell.ldap.LDAPConstraints constraints, Duration timeOut)Creates a new jldap connection factory.JLdapSSLConnection(com.novell.ldap.LDAPConnection conn, JLdapProviderConfig pc)Creates a new jldap ssl connection.JLdapSSLConnectionFactory(String url, ConnectionStrategy strategy, JLdapProviderConfig config, com.novell.ldap.LDAPConstraints constraints, Duration timeOut, SSLSocketFactory factory)Creates a new jldap ssl connection factory.JLdapStartTLSConnection(com.novell.ldap.LDAPConnection conn, JLdapProviderConfig pc)Creates a new jldap tls connection.JLdapStartTLSConnectionFactory(String url, ConnectionStrategy strategy, JLdapProviderConfig config, com.novell.ldap.LDAPConstraints constraints, Duration timeOut, SSLSocketFactory factory)Creates a new jldap tls connection factory.
-