Home
last modified time | relevance | path

Searched refs:searchAttributeName (Results 1 – 1 of 1) sorted by relevance

/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/dav/
H A DDavExchangeSession.java444 … String searchAttributeName = ((ExchangeSession.AttributeCondition) condition).getAttributeName(); in galFind() local
445 String searchAttribute = GALFIND_CRITERIA_MAP.get(searchAttributeName); in galFind()
474 if (needGalLookup(searchAttributeName, returningAttributes)) { in galFind()
493 protected boolean needGalLookup(String searchAttributeName, Set<String> returningAttributes) { in needGalLookup() argument
501 } else if ("sn".equals(searchAttributeName)) { in needGalLookup()
504 } else if (GALLOOKUP_ATTRIBUTES.contains(searchAttributeName)) { in needGalLookup()