|
Spring LDAP Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DistinguishedName | |
|---|---|
| org.springframework.ldap.core | Core package of the JNDI/LDAP support. |
| org.springframework.ldap.core.support | Support classes the core Spring LDAP package. |
| org.springframework.ldap.test | Utilities to simplify integration testing against LDAP targets. |
| Uses of DistinguishedName in org.springframework.ldap.core |
|---|
| Fields in org.springframework.ldap.core declared as DistinguishedName | |
|---|---|
protected DistinguishedName |
LdapAttributes.dn
Distinguished name to which the object is bound. |
static DistinguishedName |
DistinguishedName.EMPTY_PATH
An empty, unmodifiable DistinguishedName. |
| Methods in org.springframework.ldap.core that return DistinguishedName | |
|---|---|
DistinguishedName |
DistinguishedName.append(DistinguishedName path)
Add an LDAP path last in this DistinguishedName. |
DistinguishedName |
DistinguishedName.append(String key,
String value)
Append a new LdapRdn using the supplied key and value. |
DistinguishedName |
DnParserImpl.dn()
|
DistinguishedName |
DnParser.dn()
Parse a full Distinguished Name. |
DistinguishedName |
LdapEntryIdentification.getAbsoluteDn()
Get the absolute DN of the identified entry, e.g. as returned by Context.getNameInNamespace(). |
DistinguishedName |
LdapAttributes.getDN()
Returns the distinguished name to which the object is bound. |
DistinguishedName |
LdapEntryIdentification.getRelativeDn()
Get the DN of the identified entry relative to the base LDAP path, e.g. |
DistinguishedName |
DistinguishedName.immutableDistinguishedName()
Return an immutable copy of this instance. |
static DistinguishedName |
DistinguishedName.immutableDistinguishedName(String dnString)
Create an immutable DistinguishedName instance, suitable as a constant. |
| Methods in org.springframework.ldap.core with parameters of type DistinguishedName | |
|---|---|
DistinguishedName |
DistinguishedName.append(DistinguishedName path)
Add an LDAP path last in this DistinguishedName. |
boolean |
DistinguishedName.contains(DistinguishedName path)
Determines if this DistinguishedName path contains another
path. |
protected void |
LdapTemplate.deleteRecursively(DirContext ctx,
DistinguishedName name)
Delete all subcontexts including the current one recursively. |
void |
DistinguishedName.prepend(DistinguishedName path)
Add an LDAP path first in this DistinguishedName. |
void |
LdapAttributes.setDN(DistinguishedName dn)
Sets the distinguished name of the object. |
| Constructors in org.springframework.ldap.core with parameters of type DistinguishedName | |
|---|---|
LdapAttributes(DistinguishedName dn)
Creates an LdapAttributes object with the specified DN. |
|
LdapAttributes(DistinguishedName dn,
boolean ignoreCase)
Creates an LdapAttributes object with the specified DN and case sensitivity setting. |
|
LdapAttributes(DistinguishedName dn,
String attrID,
Object val)
Creates an LdapAttributes object with the specifying attribute and value and case sensitivity setting. |
|
LdapAttributes(DistinguishedName dn,
String attrID,
Object val,
boolean ignoreCase)
Creates an LdapAttributes object for the supplied DN with the attribute specified. |
|
LdapEntryIdentification(DistinguishedName absoluteDn,
DistinguishedName relativeDn)
Construct an LdapEntryIdentification instance. |
|
| Uses of DistinguishedName in org.springframework.ldap.core.support |
|---|
| Methods in org.springframework.ldap.core.support that return DistinguishedName | |
|---|---|
protected DistinguishedName |
AbstractContextSource.getBase()
Get the base suffix from which all operations should originate. |
DistinguishedName |
BaseLdapPathSource.getBaseLdapPath()
Get the base LDAP path as a DistinguishedName. |
DistinguishedName |
AbstractContextSource.getBaseLdapPath()
|
| Methods in org.springframework.ldap.core.support with parameters of type DistinguishedName | |
|---|---|
void |
BaseLdapPathAware.setBaseLdapPath(DistinguishedName baseLdapPath)
Set the base LDAP path specified in the current ApplicationContext. |
void |
BaseLdapPathBeanPostProcessor.setBasePath(DistinguishedName basePath)
Set the base path to be injected in all BaseLdapPathAware beans. |
| Uses of DistinguishedName in org.springframework.ldap.test |
|---|
| Methods in org.springframework.ldap.test with parameters of type DistinguishedName | |
|---|---|
static void |
LdapTestUtils.cleanAndSetup(ContextSource contextSource,
DistinguishedName rootNode,
Resource ldifFile)
|
|
Spring LDAP Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||