Interface LdapService.Block<T>
-
- Enclosing class:
- LdapService
public static interface LdapService.Block<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(LdapContext context)
-
-
-
Method Detail
-
apply
T apply(LdapContext context) throws NamingException, IOException
- Throws:
NamingExceptionIOException
-
-