We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of @Param we could have an @LdapParam that could take an encoder class parameter that would then be used to have user-provided encoding.
@Param
@LdapParam
The text was updated successfully, but these errors were encountered:
Adds LdapParam and LdapEncoder
21ef2a7
fixes gh-509
58b2d60
de3b8ff
Polishing.
c858f46
Refine Javadoc. Move LdapEncoder lookup into LdapParameters. Eagerly instantiate LdapEncoder. Refine method naming. Add NameEncoder and LikeEncoder for simplified usage. See #509 Original pull request: #518
877c583
mp911de
Successfully merging a pull request may close this issue.
Instead of
@Param
we could have an@LdapParam
that could take an encoder class parameter that would then be used to have user-provided encoding.The text was updated successfully, but these errors were encountered: