0
votes

What is the Utility of contextSource in spring ldap?

1

1 Answers

0
votes
  • ContextSource is an interface to be implemented to create and configure a DirContext instance which a service for updating , searching and retrieving objec from LDAP directory
  • LdapContextSource is an implementation of ContextSource which return DirContext based on ldap config params (ip, port, baseDn, ...)