Uses of Class
org.bremersee.data.ldaptive.LdaptiveTemplate
-
Packages that use LdaptiveTemplate Package Description org.bremersee.data.ldaptive The package contains classes for LDAP operations with the ldaptive library. -
-
Uses of LdaptiveTemplate in org.bremersee.data.ldaptive
Methods in org.bremersee.data.ldaptive that return LdaptiveTemplate Modifier and Type Method Description LdaptiveTemplate
LdaptiveTemplate. clone()
Returns a new instance of this ldaptive template with the same connection factory and error handler.LdaptiveTemplate
LdaptiveTemplate. clone(org.springframework.util.ErrorHandler errorHandler)
Returns a new instance of this ldaptive template with the same connection factory and the given error handler.
-