|
spring-ldap-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BaseLdapPathSource
Implementations of this interface are capable of providing a base LDAP path. The base LDAP path is the root path to which all LDAP operations performed on a particular context are relative.
ContextSource| Method Summary | |
|---|---|
LdapName |
getBaseLdapName()
Get the base LDAP path as a LdapName. |
DistinguishedName |
getBaseLdapPath()
Deprecated. DistinguishedName and associated classes and methods are deprecated as of 2.0.
Use getBaseLdapName() instead. |
String |
getBaseLdapPathAsString()
Get the base LDAP path as a String. |
| Method Detail |
|---|
DistinguishedName getBaseLdapPath()
DistinguishedName and associated classes and methods are deprecated as of 2.0.
Use getBaseLdapName() instead.
DistinguishedName.
DistinguishedName. The path will
be empty if no base path is specified.LdapName getBaseLdapName()
LdapName.
LdapName. The path will
be empty if no base path is specified.String getBaseLdapPathAsString()
|
spring-ldap-core | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||