Uses of Class
org.apache.directory.shared.ldap.name.DN

Packages that use DN
org.apache.directory.shared.dsmlv2.reponse   
org.apache.directory.shared.dsmlv2.request   
org.apache.directory.shared.ldap.aci ACI (Access Control Information) data model adopted from X.501 specification. 
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.codec.add   
org.apache.directory.shared.ldap.codec.bind   
org.apache.directory.shared.ldap.codec.compare   
org.apache.directory.shared.ldap.codec.del   
org.apache.directory.shared.ldap.codec.modify   
org.apache.directory.shared.ldap.codec.modifyDn   
org.apache.directory.shared.ldap.codec.search   
org.apache.directory.shared.ldap.codec.search.controls.entryChange   
org.apache.directory.shared.ldap.entry   
org.apache.directory.shared.ldap.entry.client   
org.apache.directory.shared.ldap.exception   
org.apache.directory.shared.ldap.ldif   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.internal   
org.apache.directory.shared.ldap.name   
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.comparators   
org.apache.directory.shared.ldap.schema.manager.impl   
org.apache.directory.shared.ldap.schema.normalizers   
org.apache.directory.shared.ldap.subtree   
org.apache.directory.shared.ldap.trigger   
org.apache.directory.shared.ldap.util   
org.apache.directory.shared.ldap.util.tree   
 

Uses of DN in org.apache.directory.shared.dsmlv2.reponse
 

Methods in org.apache.directory.shared.dsmlv2.reponse that return DN
 DN SearchResultEntryDsml.getObjectName()
          Get the entry DN
 

Methods in org.apache.directory.shared.dsmlv2.reponse with parameters of type DN
 void LdapResultDsml.setMatchedDN(DN matchedDN)
          Set the Matched DN
 void SearchResultEntryDsml.setObjectName(DN objectName)
          Set the entry DN
 

Uses of DN in org.apache.directory.shared.dsmlv2.request
 

Methods in org.apache.directory.shared.dsmlv2.request that return DN
 DN CompareRequestDsml.getEntry()
          Get the entry to be compared
 DN DelRequestDsml.getEntry()
          Get the entry to be deleted
 DN ModifyDNRequestDsml.getEntry()
          Get the modification's DN
 DN AddRequestDsml.getEntryDn()
          Get the added DN
 DN ModifyDNRequestDsml.getNewSuperior()
          Get the newSuperior
 

Methods in org.apache.directory.shared.dsmlv2.request with parameters of type DN
 void CompareRequestDsml.setEntry(DN entry)
          Set the entry to be compared
 void DelRequestDsml.setEntry(DN entry)
          Set the entry to be deleted
 void ModifyDNRequestDsml.setEntry(DN entry)
          Set the modification DN.
 void AddRequestDsml.setEntryDn(DN entryDn)
          Set the added DN.
 void ModifyDNRequestDsml.setNewSuperior(DN newSuperior)
          Set the new superior
 

Uses of DN in org.apache.directory.shared.ldap.aci
 

Constructor parameters in org.apache.directory.shared.ldap.aci with type arguments of type DN
UserClass.Name(java.util.Set<DN> usernames)
          Creates a new instance.
UserClass.UserGroup(java.util.Set<DN> groupNames)
          Creates a new instance.
 

Uses of DN in org.apache.directory.shared.ldap.codec
 

Methods in org.apache.directory.shared.ldap.codec with parameters of type DN
 void LdapResultCodec.setMatchedDN(DN matchedDN)
          Set the Matched DN
 

Constructors in org.apache.directory.shared.ldap.codec with parameters of type DN
ResponseCarryingException(java.lang.String message, InternalResultResponse response, ResultCodeEnum code, DN matchedDn, java.lang.Throwable cause)
          Creates a DecoderException
 

Uses of DN in org.apache.directory.shared.ldap.codec.add
 

Methods in org.apache.directory.shared.ldap.codec.add that return DN
 DN AddRequestCodec.getEntryDn()
          Get the added DN
 

Methods in org.apache.directory.shared.ldap.codec.add with parameters of type DN
 void AddRequestCodec.setEntryDn(DN entryDn)
          Set the added DN.
 

Uses of DN in org.apache.directory.shared.ldap.codec.bind
 

Methods in org.apache.directory.shared.ldap.codec.bind that return DN
 DN BindRequestCodec.getName()
          Get the user name
 

Methods in org.apache.directory.shared.ldap.codec.bind with parameters of type DN
 void BindRequestCodec.setName(DN name)
          Set the user name
 

Uses of DN in org.apache.directory.shared.ldap.codec.compare
 

Methods in org.apache.directory.shared.ldap.codec.compare that return DN
 DN CompareRequestCodec.getEntry()
          Get the entry to be compared
 

Methods in org.apache.directory.shared.ldap.codec.compare with parameters of type DN
 void CompareRequestCodec.setEntry(DN entry)
          Set the entry to be compared
 

Uses of DN in org.apache.directory.shared.ldap.codec.del
 

Methods in org.apache.directory.shared.ldap.codec.del that return DN
 DN DelRequestCodec.getEntry()
          Get the entry to be deleted
 

Methods in org.apache.directory.shared.ldap.codec.del with parameters of type DN
 void DelRequestCodec.setEntry(DN entry)
          Set the entry to be deleted
 

Uses of DN in org.apache.directory.shared.ldap.codec.modify
 

Methods in org.apache.directory.shared.ldap.codec.modify that return DN
 DN ModifyRequestCodec.getObject()
          Get the modification's DN
 

Methods in org.apache.directory.shared.ldap.codec.modify with parameters of type DN
 void ModifyRequestCodec.setObject(DN object)
          Set the modification DN.
 

Uses of DN in org.apache.directory.shared.ldap.codec.modifyDn
 

Methods in org.apache.directory.shared.ldap.codec.modifyDn that return DN
 DN ModifyDNRequestCodec.getEntry()
          Get the modification's DN
 DN ModifyDNRequestCodec.getNewSuperior()
          Get the newSuperior
 

Methods in org.apache.directory.shared.ldap.codec.modifyDn with parameters of type DN
 void ModifyDNRequestCodec.setEntry(DN entry)
          Set the modification DN.
 void ModifyDNRequestCodec.setNewSuperior(DN newSuperior)
          Set the new superior
 

Uses of DN in org.apache.directory.shared.ldap.codec.search
 

Methods in org.apache.directory.shared.ldap.codec.search that return DN
 DN SearchRequestCodec.getBaseObject()
          Get the base object
 DN SearchResultEntryCodec.getObjectName()
          Get the entry DN
 

Methods in org.apache.directory.shared.ldap.codec.search with parameters of type DN
 void SearchRequestCodec.setBaseObject(DN baseObject)
          Set the base object
 void SearchResultEntryCodec.setObjectName(DN objectName)
          Set the entry DN.
 

Uses of DN in org.apache.directory.shared.ldap.codec.search.controls.entryChange
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange that return DN
 DN EntryChangeControl.getPreviousDn()
           
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange with parameters of type DN
 void EntryChangeControl.setPreviousDn(DN previousDn)
           
 

Uses of DN in org.apache.directory.shared.ldap.entry
 

Fields in org.apache.directory.shared.ldap.entry declared as DN
protected  DN AbstractEntry.dn
          The DN for this entry
 

Methods in org.apache.directory.shared.ldap.entry that return DN
 DN Entry.getDn()
          Get this entry's DN.
 DN AbstractEntry.getDn()
          Get this entry's DN.
 

Methods in org.apache.directory.shared.ldap.entry with parameters of type DN
 void Entry.setDn(DN dn)
          Set this entry's DN.
 void AbstractEntry.setDn(DN dn)
          Set this entry's DN.
 

Constructors in org.apache.directory.shared.ldap.entry with parameters of type DN
DefaultServerEntry(SchemaManager schemaManager, DN dn)
           Creates a new instance of DefaultServerEntry, with a DN and registries.
DefaultServerEntry(SchemaManager schemaManager, DN dn, AttributeType... attributeTypes)
           Creates a new instance of DefaultServerEntry, with a DN, registries and a list of attributeTypes.
DefaultServerEntry(SchemaManager schemaManager, DN dn, AttributeType attributeType, java.lang.String upId)
           Creates a new instance of DefaultServerEntry, with a DN, registries and an attributeType with the user provided ID.
DefaultServerEntry(SchemaManager schemaManager, DN dn, EntryAttribute... attributes)
          Creates a new instance of DefaultServerEntry, with a DN, registries and a list of ServerAttributes.
DefaultServerEntry(SchemaManager schemaManager, DN dn, java.lang.String... upIds)
          Creates a new instance of DefaultServerEntry, with a DN, registries and a list of IDs.
 

Uses of DN in org.apache.directory.shared.ldap.entry.client
 

Constructors in org.apache.directory.shared.ldap.entry.client with parameters of type DN
DefaultClientEntry(DN dn)
          Creates a new instance of DefaultServerEntry, with a DN.
DefaultClientEntry(DN dn, EntryAttribute... attributes)
           Creates a new instance of DefaultClientEntry, with a DN and a list of EntryAttributes.
DefaultClientEntry(DN dn, java.lang.String... upIds)
          Creates a new instance of DefaultServerEntry, with a DN and a list of IDs.
 

Uses of DN in org.apache.directory.shared.ldap.exception
 

Fields in org.apache.directory.shared.ldap.exception declared as DN
protected  DN LdapOperationException.resolvedDn
          The resolved DN
 

Methods in org.apache.directory.shared.ldap.exception that return DN
 DN AbstractLdapReferralException.getRemainingDn()
           
 DN LdapReferralException.getRemainingDn()
           
 DN LdapOperationException.getResolvedDn()
           
 

Methods in org.apache.directory.shared.ldap.exception with parameters of type DN
 void AbstractLdapReferralException.setRemainingDn(DN remainingDn)
           
 void LdapReferralException.setRemainingDn(DN remainingDn)
           
 void LdapOperationException.setResolvedDn(DN resolvedDn)
           
 

Uses of DN in org.apache.directory.shared.ldap.ldif
 

Methods in org.apache.directory.shared.ldap.ldif that return DN
 DN LdifEntry.getDn()
           
 

Methods in org.apache.directory.shared.ldap.ldif with parameters of type DN
static java.lang.String LdifUtils.convertToLdif(javax.naming.directory.Attributes attrs, DN dn)
          Convert an Attributes as LDIF.
static java.lang.String LdifUtils.convertToLdif(javax.naming.directory.Attributes attrs, DN dn, int length)
          Convert an Attributes as LDIF.
static LdifEntry LdifRevertor.reverseAdd(DN dn)
          Compute a reverse LDIF of an AddRequest.
static LdifEntry LdifRevertor.reverseDel(DN dn, Entry deletedEntry)
          Compute a reverse LDIF of a DeleteRequest.
static LdifEntry LdifRevertor.reverseModify(DN dn, java.util.List<Modification> forwardModifications, Entry modifiedEntry)
          Compute the reversed LDIF for a modify request.
static LdifEntry LdifRevertor.reverseMove(DN newSuperiorDn, DN modifiedDn)
          Compute a reverse LDIF for a forward change which if in LDIF format would represent a Move operation.
static java.util.List<LdifEntry> LdifRevertor.reverseMoveAndRename(Entry entry, DN newSuperior, RDN newRdn, boolean deleteOldRdn)
          Revert a DN to it's previous version by removing the first RDN and adding the given RDN.
 void LdifEntry.setDn(DN dn)
          Set the Distinguished Name
 

Uses of DN in org.apache.directory.shared.ldap.message
 

Methods in org.apache.directory.shared.ldap.message that return DN
 DN SearchRequestImpl.getBase()
          Gets the search base as a distinguished name.
 DN AddRequestImpl.getEntryDn()
          Gets the distinguished name of the entry to add.
 DN LdapResultImpl.getMatchedDn()
          Gets the lowest entry in the directory that was matched.
 DN ModifyDnRequestImpl.getName()
          Gets the entry's distinguished name representing the entry PDU field.
 DN DeleteRequestImpl.getName()
          Gets the distinguished name of the leaf entry to be deleted by this request.
 DN BindRequestImpl.getName()
          Gets the distinguished name of the subject in this authentication request.
 DN CompareRequestImpl.getName()
          Gets the distinguished name of the entry to be compared using the attribute value assertion.
 DN ModifyRequestImpl.getName()
          Gets the distinguished name of the entry to be modified by this request.
 DN ModifyDnRequestImpl.getNewSuperior()
          Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
 DN SearchResponseEntryImpl.getObjectName()
          Gets the distinguished name of the entry object returned.
 

Methods in org.apache.directory.shared.ldap.message with parameters of type DN
 void SearchRequestImpl.setBase(DN base)
          Sets the search base as a distinguished name.
 void AddRequestImpl.setEntryDn(DN dn)
          Sets the distinguished name of the entry to add.
 void LdapResultImpl.setMatchedDn(DN matchedDn)
          Sets the lowest entry in the directory that was matched.
 void ModifyDnRequestImpl.setName(DN name)
          Sets the entry's distinguished name representing the entry PDU field.
 void DeleteRequestImpl.setName(DN name)
          Sets the distinguished name of the leaf entry to be deleted by this request.
 void BindRequestImpl.setName(DN name)
          Sets the distinguished name of the subject in this authentication request.
 void CompareRequestImpl.setName(DN name)
          Sets the distinguished name of the entry to be compared using the attribute value assertion.
 void ModifyRequestImpl.setName(DN name)
          Sets the distinguished name of the entry to be modified by this request.
 void ModifyDnRequestImpl.setNewSuperior(DN newSuperior)
          Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
 void SearchResponseEntryImpl.setObjectName(DN objectName)
          Sets the distinguished name of the entry object returned.
 

Uses of DN in org.apache.directory.shared.ldap.message.internal
 

Methods in org.apache.directory.shared.ldap.message.internal that return DN
 DN InternalSearchRequest.getBase()
          Gets the search base as a distinguished name.
 DN InternalAddRequest.getEntryDn()
          Gets the distinguished name of the entry to add.
 DN InternalLdapResult.getMatchedDn()
          Gets the lowest entry in the directory that was matched.
 DN InternalModifyDnRequest.getName()
          Gets the entry's distinguished name representing the entry PDU field.
 DN InternalCompareRequest.getName()
          Gets the distinguished name of the entry to be compared using the attribute value assertion.
 DN InternalDeleteRequest.getName()
          Gets the distinguished name of the leaf entry to be deleted by this request.
 DN InternalBindRequest.getName()
          Gets the distinguished name of the subject in this authentication request.
 DN InternalModifyRequest.getName()
          Gets the distinguished name of the entry to be modified by this request.
 DN InternalModifyDnRequest.getNewSuperior()
          Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
 DN InternalSearchResponseEntry.getObjectName()
          Gets the distinguished name of the entry object returned.
 

Methods in org.apache.directory.shared.ldap.message.internal with parameters of type DN
 void InternalSearchRequest.setBase(DN baseDn)
          Sets the search base as a distinguished name.
 void InternalAddRequest.setEntryDn(DN entry)
          Sets the distinguished name of the entry to add.
 void InternalLdapResult.setMatchedDn(DN dn)
          Sets the lowest entry in the directory that was matched.
 void InternalModifyDnRequest.setName(DN name)
          Sets the entry's distinguished name representing the entry PDU field.
 void InternalCompareRequest.setName(DN name)
          Sets the distinguished name of the entry to be compared using the attribute value assertion.
 void InternalDeleteRequest.setName(DN name)
          Sets the distinguished name of the leaf entry to be deleted by this request.
 void InternalBindRequest.setName(DN name)
          Sets the distinguished name of the subject in this authentication request.
 void InternalModifyRequest.setName(DN name)
          Sets the distinguished name of the entry to be modified by this request.
 void InternalModifyDnRequest.setNewSuperior(DN newSuperior)
          Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.
 void InternalSearchResponseEntry.setObjectName(DN dn)
          Sets the distinguished name of the entry object returned.
 

Uses of DN in org.apache.directory.shared.ldap.name
 

Fields in org.apache.directory.shared.ldap.name declared as DN
static DN DN.EMPTY_DN
          A null DN
 

Methods in org.apache.directory.shared.ldap.name that return DN
 DN DN.add(int pos, RDN newRdn)
          Adds a single RDN to a specific position.
 DN DN.add(int posn, java.lang.String comp)
          
 DN DN.add(RDN newRdn)
          Adds a single RDN to the (leaf) end of this name.
 DN DN.add(java.lang.String comp)
          
 DN DN.addAll(DN suffix)
          
 DN DN.addAll(int posn, DN dn)
          
 DN DN.addAll(int posn, javax.naming.Name name)
          
 DN DN.addAllNormalized(int posn, DN name)
          Adds the components of a name -- in order -- at a specified position within this name.
 DN DN.addNormalized(RDN newRdn)
          Adds a single normalized RDN to the (leaf) end of this name.
static DN DnSerializer.deserialize(java.io.ObjectInput in)
          Deserialize a DN We read back the data to create a new DN.
static DN DN.fromName(javax.naming.Name name)
          Convert a Name to a DN
 DN DN.getPrefix(int posn)
          
 DN DN.getSuffix(int posn)
          
static DN DN.normalize(DN dn, java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Change the internal DN, using the OID instead of the first name or other aliases.
 DN DN.normalize(java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Change the internal DN, using the OID instead of the first name or other aliases.
static DN DN.normalize(java.lang.String name, java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Static factory which creates a normalized DN from a String and a Map of OIDs.
 DN FastDnParser.parse(java.lang.String name)
          Parses a DN from a String
 DN DnParser.parse(java.lang.String dn)
          Parse a String and return a DN if the String is a valid DN
 

Methods in org.apache.directory.shared.ldap.name with parameters of type DN
 DN DN.addAll(DN suffix)
          
 DN DN.addAll(int posn, DN dn)
          
 DN DN.addAllNormalized(int posn, DN name)
          Adds the components of a name -- in order -- at a specified position within this name.
 int DN.compareTo(DN dn)
          
static byte[] DN.getBytes(DN dn)
          Get an UTF-8 representation of the normalized form of the DN
static int DN.getNbBytes(DN dn)
          Get the number of bytes necessary to store this DN
 boolean DN.hasSuffix(DN dn)
          Determines whether this name has a specific suffix.
 boolean DN.isChildOf(DN dn)
          Tells if a DN is a child of another DN.
For instance, dc=example, dc=com is a child of dc=com
 boolean DN.isParentOf(DN dn)
          Tells if the current DN is a parent of another DN.
For instance, dc=com is a parent of dc=example, dc=com
static DN DN.normalize(DN dn, java.util.Map<java.lang.String,OidNormalizer> oidsMap)
          Change the internal DN, using the OID instead of the first name or other aliases.
 void FastDnParser.parseDn(java.lang.String name, DN dn)
          Parses the given name string and fills the given DN object.
static void DnSerializer.serialize(DN dn, java.io.ObjectOutput out)
          Serialize a DN We have to store a DN data efficiently.
static javax.naming.Name DN.toName(DN dn)
          Convert a DN to a Name
 

Constructors in org.apache.directory.shared.ldap.name with parameters of type DN
DN(DN dn)
          Copies a DN to an DN.
 

Uses of DN in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return DN
 DN SchemaDao.findDn(java.lang.String entityName)
           
 DN SchemaManager.getNamingContext()
           
 

Uses of DN in org.apache.directory.shared.ldap.schema.comparators
 

Methods in org.apache.directory.shared.ldap.schema.comparators that return DN
 DN UniqueMemberComparator.getDn(java.lang.Object obj)
           
 DN DnComparator.getDn(java.lang.Object obj)
           
 

Uses of DN in org.apache.directory.shared.ldap.schema.manager.impl
 

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return DN
 DN DefaultSchemaManager.getNamingContext()
           
 

Constructors in org.apache.directory.shared.ldap.schema.manager.impl with parameters of type DN
DefaultSchemaManager(SchemaLoader loader, DN namingContext)
          Creates a new instance of DefaultSchemaManager, for a specific naming context
 

Uses of DN in org.apache.directory.shared.ldap.schema.normalizers
 

Methods in org.apache.directory.shared.ldap.schema.normalizers with parameters of type DN
 java.lang.String DnNormalizer.normalize(DN value)
          Normalize a DN
 

Uses of DN in org.apache.directory.shared.ldap.subtree
 

Methods in org.apache.directory.shared.ldap.subtree that return DN
 DN SubtreeSpecification.getBase()
          Gets an RDN relative to the administrative context where the subtree scope begins.
 DN BaseSubtreeSpecification.getBase()
           
 

Methods in org.apache.directory.shared.ldap.subtree that return types with arguments of type DN
 java.util.Set<DN> SubtreeSpecification.getChopAfterExclusions()
          A set of RDNs relative to the base entry representing chopAfter specificExclusions from the subtree.
 java.util.Set<DN> BaseSubtreeSpecification.getChopAfterExclusions()
           
 java.util.Set<DN> SubtreeSpecification.getChopBeforeExclusions()
          A set of RDNs relative to the base entry representing chopBefore specificExclusions from the subtree.
 java.util.Set<DN> BaseSubtreeSpecification.getChopBeforeExclusions()
           
 

Methods in org.apache.directory.shared.ldap.subtree with parameters of type DN
 void SubtreeSpecificationModifier.setBase(DN base)
          Sets the subtree base relative to the administration point.
 

Method parameters in org.apache.directory.shared.ldap.subtree with type arguments of type DN
 void SubtreeSpecificationModifier.setChopAfterExclusions(java.util.Set<DN> chopAfter)
          Sets the set of subordinates entries whose subordinates are to be excluded.
 void SubtreeSpecificationModifier.setChopBeforeExclusions(java.util.Set<DN> chopBefore)
          Sets the set of subordinates entries and their subordinates to exclude.
 

Constructors in org.apache.directory.shared.ldap.subtree with parameters of type DN
BaseSubtreeSpecification(DN base)
          Creates a simple subtree whose administrative point above the base and all subordinates underneath the base (excluding those that are part of inner areas) are part of the the subtree.
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, java.util.Set<DN> chopAfter, java.util.Set<DN> chopBefore)
          Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, java.util.Set<DN> chopAfter, java.util.Set<DN> chopBefore, ExprNode refinement)
          Creates a subtree which may be a refinement filter where all aspects of the specification can be set.
 

Constructor parameters in org.apache.directory.shared.ldap.subtree with type arguments of type DN
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, java.util.Set<DN> chopAfter, java.util.Set<DN> chopBefore)
          Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, java.util.Set<DN> chopAfter, java.util.Set<DN> chopBefore)
          Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, java.util.Set<DN> chopAfter, java.util.Set<DN> chopBefore, ExprNode refinement)
          Creates a subtree which may be a refinement filter where all aspects of the specification can be set.
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, java.util.Set<DN> chopAfter, java.util.Set<DN> chopBefore, ExprNode refinement)
          Creates a subtree which may be a refinement filter where all aspects of the specification can be set.
 

Uses of DN in org.apache.directory.shared.ldap.trigger
 

Methods in org.apache.directory.shared.ldap.trigger that return DN
 DN StoredProcedureSearchContextOption.getBaseObject()
           
 DN StoredProcedureParameter.Generic_LDAP_CONTEXT.getCtxName()
           
 

Methods in org.apache.directory.shared.ldap.trigger with parameters of type DN
static StoredProcedureParameter StoredProcedureParameter.Generic_LDAP_CONTEXT.instance(DN ctxName)
           
 

Constructors in org.apache.directory.shared.ldap.trigger with parameters of type DN
StoredProcedureSearchContextOption(DN baseObject)
           
StoredProcedureSearchContextOption(DN baseObject, SearchScope searchScope)
           
 

Uses of DN in org.apache.directory.shared.ldap.util
 

Methods in org.apache.directory.shared.ldap.util that return DN
 DN LdapURL.getDn()
           
static DN NamespaceTools.getRelativeName(DN ancestor, DN descendant)
          Gets the relative name between an ancestor and a potential descendant.
 

Methods in org.apache.directory.shared.ldap.util with parameters of type DN
static DN NamespaceTools.getRelativeName(DN ancestor, DN descendant)
          Gets the relative name between an ancestor and a potential descendant.
static boolean NamespaceTools.isDescendant(DN ancestor, DN descendant)
          Tests to see if a candidate entry is a descendant of a base.
static boolean NamespaceTools.isSibling(DN name1, DN name2)
          Checks to see if two names are siblings.
 void LdapURL.setDn(DN dn)
          Sets the dn.
static Entry AttributeUtils.toClientEntry(javax.naming.directory.Attributes attributes, DN dn)
          Check if an attribute contains a specific value and remove it using the associated matchingRule for the attribute type supplied.
 

Uses of DN in org.apache.directory.shared.ldap.util.tree
 

Methods in org.apache.directory.shared.ldap.util.tree with parameters of type DN
 void DnBranchNode.add(DN dn, N element)
          TODO add.
 N DnBranchNode.getParentElement(DN dn)
          Get the parent of a given DN, if present in the tree.
 boolean DnBranchNode.hasParentElement(DN dn)
          Tells if the DN contains a parent in the tree.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.