Uses of Class
io.trino.plugin.base.ldap.LdapClientConfig
-
Packages that use LdapClientConfig Package Description io.trino.plugin.base.ldap -
-
Uses of LdapClientConfig in io.trino.plugin.base.ldap
Methods in io.trino.plugin.base.ldap that return LdapClientConfig Modifier and Type Method Description LdapClientConfigLdapClientConfig. setAllowInsecure(boolean allowInsecure)LdapClientConfigLdapClientConfig. setIgnoreReferrals(boolean ignoreReferrals)LdapClientConfigLdapClientConfig. setKeystorePassword(String password)LdapClientConfigLdapClientConfig. setKeystorePath(File path)LdapClientConfigLdapClientConfig. setLdapConnectionTimeout(io.airlift.units.Duration ldapConnectionTimeout)LdapClientConfigLdapClientConfig. setLdapReadTimeout(io.airlift.units.Duration ldapReadTimeout)LdapClientConfigLdapClientConfig. setLdapUrl(String url)LdapClientConfigLdapClientConfig. setTruststorePassword(String password)LdapClientConfigLdapClientConfig. setTrustStorePath(File path)Constructors in io.trino.plugin.base.ldap with parameters of type LdapClientConfig Constructor Description JdkLdapClient(LdapClientConfig ldapConfig)
-