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 |
---|---|
protected DistinguishedName |
LdapAttributes.dn
Distinguished name to which the object is bound.
|
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 |
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.
|
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.
|
void |
LdapAttributes.setDN(DistinguishedName dn)
Sets the distinguished name of the object.
|
Constructor and Description |
---|
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.
|
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–2015 The Spring LDAP Framework. All rights reserved.