Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider LdapTemplateClientAdapter #774

Open
jzheaux opened this issue May 30, 2023 · 0 comments
Open

Consider LdapTemplateClientAdapter #774

jzheaux opened this issue May 30, 2023 · 0 comments
Assignees

Comments

@jzheaux
Copy link
Contributor

jzheaux commented May 30, 2023

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 jzheaux self-assigned this Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant