Class LdapContextSource

java.lang.Object
org.springframework.ldap.core.support.AbstractContextSource
org.springframework.ldap.core.support.LdapContextSource
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, ContextSource, BaseLdapPathContextSource, BaseLdapPathSource

public class LdapContextSource extends AbstractContextSource
ContextSource implementation which creates an InitialLdapContext instance. For configuration information, see AbstractContextSource.
See Also:
  • Constructor Details

    • LdapContextSource

      public LdapContextSource()
  • Method Details