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()
BaseLdapPathSource
LdapName
.getBaseLdapName
in interface BaseLdapPathSource
LdapName
. The path will
be empty if no base path is specified.public final DistinguishedName getBaseLdapPath()
BaseLdapPathSource
DistinguishedName
.getBaseLdapPath
in interface BaseLdapPathSource
DistinguishedName
. The path will
be empty if no base path is specified.public final String getBaseLdapPathAsString()
BaseLdapPathSource
getBaseLdapPathAsString
in interface BaseLdapPathSource