Uses of Class
org.springframework.ldap.core.DistinguishedName

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. 
 

Uses of DistinguishedName in org.springframework.ldap.core
 

Fields in org.springframework.ldap.core declared as DistinguishedName
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 DnParser.dn()
          Parse a full Distinguished Name.
 DistinguishedName DistinguishedName.immutableDistinguishedName()
          Return an unmodifialbe copy of this instance.
 

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.
 

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 AbstractContextSource.getBaseLdapPath()
           
 DistinguishedName BaseLdapPathSource.getBaseLdapPath()
          Get the base LDAP path as a DistinguishedName.
 

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.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.