spring-ldap icon indicating copy to clipboard operation
spring-ldap copied to clipboard

Consider LdapTemplateClientAdapter

Open jzheaux opened this issue 2 years ago • 0 comments
trafficstars

It will be easier to use LdapClient if applications can wrap their existing LdapTemplate and continue using it:

@Bean 
LdapClient ldapClient(LdapTemplate template) {
    return new LdapTemplateClientAdapter(template);
}

jzheaux avatar May 30 '23 16:05 jzheaux