Interface LdapService.ResultMapper<T>
-
- Enclosing class:
- LdapService
public static interface LdapService.ResultMapper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(SearchResult result)booleanisApplyFilters()
-
-
-
Method Detail
-
apply
T apply(SearchResult result) throws NamingException, IOException
- Throws:
NamingExceptionIOException
-
isApplyFilters
boolean isApplyFilters()
-
-