Package io.trino.plugin.base.ldap
Interface LdapClient.LdapSearchResultProcessor<T>
-
- Enclosing interface:
- LdapClient
public static interface LdapClient.LdapSearchResultProcessor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tprocess(NamingEnumeration<SearchResult> searchResults)
-
-
-
Method Detail
-
process
T process(NamingEnumeration<SearchResult> searchResults) throws NamingException
- Throws:
NamingException
-
-