What is the Utility of contextSource in spring ldap?
0
votes
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 ofContextSource
which returnDirContext
based on ldap config params (ip, port, baseDn, ...)