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 LdaptiveTemplateLdaptiveTemplate. clone()Returns a new instance of this ldaptive template with the same connection factory and error handler.LdaptiveTemplateLdaptiveTemplate. clone(org.springframework.util.ErrorHandler errorHandler)Returns a new instance of this ldaptive template with the same connection factory and the given error handler.LdaptiveTemplateLdaptiveAutoConfiguration. ldaptiveTemplate(org.ldaptive.ConnectionFactory connectionFactory)Builds ldaptive template.
-