public abstract class DelegatingBaseLdapPathContextSourceSupport extends Object implements BaseLdapPathSource
BaseLdapPathSource functionality to ContextSource instances
that act as proxies.| Constructor and Description |
|---|
DelegatingBaseLdapPathContextSourceSupport() |
| Modifier and Type | Method and Description |
|---|---|
LdapName |
getBaseLdapName()
Get the base LDAP path as a
LdapName. |
DistinguishedName |
getBaseLdapPath()
Get the base LDAP path as a
DistinguishedName. |
String |
getBaseLdapPathAsString()
Get the base LDAP path as a String.
|
protected abstract ContextSource |
getTarget()
Get the target ContextSource.
|
public DelegatingBaseLdapPathContextSourceSupport()
protected abstract ContextSource getTarget()
public final LdapName getBaseLdapName()
BaseLdapPathSourceLdapName.getBaseLdapName in interface BaseLdapPathSourceLdapName. The path will
be empty if no base path is specified.public final DistinguishedName getBaseLdapPath()
BaseLdapPathSourceDistinguishedName.getBaseLdapPath in interface BaseLdapPathSourceDistinguishedName. The path will
be empty if no base path is specified.public final String getBaseLdapPathAsString()
BaseLdapPathSourcegetBaseLdapPathAsString in interface BaseLdapPathSource