You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpringSecurityLdapTemplate exposes many operations that are available in modern-day Spring LDAP by way of LdapClient and LdapQueryBuilder. We should try and replace usage of SpringSecurityLdapTemplate with Spring LDAP's default LdapClient implementation to simplify maintenance and configuration.
Change PasswordComparisonAuthenticator to use LdapClient
Change FilterBasedLdapUserSearch to use LdapClient
Change ActiveDirectoryLdapAuthenticationProvider to use LdapClient
Add an LdapAuthoritiesPopulator implementation that uses LdapClient
Deprecate SpringSecurityLdapTemplate
The text was updated successfully, but these errors were encountered:
SpringSecurityLdapTemplate
exposes many operations that are available in modern-day Spring LDAP by way ofLdapClient
andLdapQueryBuilder
. We should try and replace usage ofSpringSecurityLdapTemplate
with Spring LDAP's defaultLdapClient
implementation to simplify maintenance and configuration.PasswordComparisonAuthenticator
to useLdapClient
FilterBasedLdapUserSearch
to useLdapClient
ActiveDirectoryLdapAuthenticationProvider
to useLdapClient
LdapAuthoritiesPopulator
implementation that usesLdapClient
SpringSecurityLdapTemplate
The text was updated successfully, but these errors were encountered: