Spring LDAP

org.springframework.ldap.core.support
Interface BaseLdapPathContextSource

All Superinterfaces:
BaseLdapPathSource, ContextSource
All Known Implementing Classes:
AbstractContextSource, DirContextSource, LdapContextSource

public interface BaseLdapPathContextSource
extends ContextSource, BaseLdapPathSource

Interface to be implemented by ContextSources that are capable of providing the base LDAP path.

Author:
Mattias Hellborg Arthursson

Method Summary
 
Methods inherited from interface org.springframework.ldap.core.ContextSource
getContext, getReadOnlyContext, getReadWriteContext
 
Methods inherited from interface org.springframework.ldap.core.support.BaseLdapPathSource
getBaseLdapPath, getBaseLdapPathAsString
 


Spring LDAP