|
spring-ldap-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.ldap.core.support.DelegatingBaseLdapPathContextSourceSupport
public abstract class DelegatingBaseLdapPathContextSourceSupport
Support class to provide BaseLdapPathSource functionality to ContextSource instances
that act as proxies.
| Constructor Summary | |
|---|---|
DelegatingBaseLdapPathContextSourceSupport()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatingBaseLdapPathContextSourceSupport()
| Method Detail |
|---|
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()
BaseLdapPathSource
getBaseLdapPathAsString in interface BaseLdapPathSource
|
spring-ldap-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||