Uses of Class
io.trino.plugin.base.ldap.LdapQuery
-
Packages that use LdapQuery Package Description io.trino.plugin.base.ldap -
-
Uses of LdapQuery in io.trino.plugin.base.ldap
Methods in io.trino.plugin.base.ldap that return LdapQuery Modifier and Type Method Description LdapQueryLdapQuery.LdapQueryBuilder. build()Methods in io.trino.plugin.base.ldap with parameters of type LdapQuery Modifier and Type Method Description <T> TJdkLdapClient. executeLdapQuery(String userName, String password, LdapQuery ldapQuery, LdapClient.LdapSearchResultProcessor<T> resultProcessor)<T> TLdapClient. executeLdapQuery(String userName, String password, LdapQuery ldapQuery, LdapClient.LdapSearchResultProcessor<T> resultProcessor)
-