Package | Description |
---|---|
org.springframework.ldap.core |
Core package of the JNDI/LDAP support.
|
org.springframework.ldap.core.support |
Support classes the core Spring LDAP package.
|
Modifier and Type | Field and Description |
---|---|
static DistinguishedName |
DistinguishedName.EMPTY_PATH
An empty, unmodifiable DistinguishedName.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
LdapEntryIdentification(DistinguishedName absoluteDn,
DistinguishedName relativeDn)
Construct an LdapEntryIdentification instance.
|
Modifier and Type | Method and Description |
---|---|
protected DistinguishedName |
AbstractContextSource.getBase()
Get the base suffix from which all operations should originate.
|
DistinguishedName |
AbstractContextSource.getBaseLdapPath() |
DistinguishedName |
BaseLdapPathSource.getBaseLdapPath()
Get the base LDAP path as a
DistinguishedName . |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.