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

Packages that use DN
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.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.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.ldap.aci
 

Methods in org.apache.directory.shared.ldap.aci that return DN
 DN AntlrACIItemParser.distinguishedName()
           
 

Constructor parameters in org.apache.directory.shared.ldap.aci with type arguments of type DN
UserClass.Name(Set<DN> usernames)
          Creates a new instance.
UserClass.UserGroup(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(String message, InternalResultResponse response, ResultCodeEnum code, DN matchedDn, 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.
 

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, 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.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 ModifyRequestImpl.getName()
          Gets the distinguished name of the entry to be modified by this request.
 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 CompareRequestImpl.getName()
          Gets the distinguished name of the entry to be compared using the attribute value assertion.
 DN BindRequestImpl.getName()
          Gets the distinguished name of the subject in this authentication 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 ModifyRequestImpl.setName(DN name)
          Sets the distinguished name of the entry to be modified by this request.
 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 CompareRequestImpl.setName(DN name)
          Sets the distinguished name of the entry to be compared using the attribute value assertion.
 void BindRequestImpl.setName(DN name)
          Sets the distinguished name of the subject in this authentication 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 InternalModifyRequest.getName()
          Gets the distinguished name of the entry to be modified by this request.
 DN InternalModifyDnRequest.getName()
          Gets the entry's distinguished name representing the entry PDU field.
 DN InternalDeleteRequest.getName()
          Gets the distinguished name of the leaf entry to be deleted by this request.
 DN InternalCompareRequest.getName()
          Gets the distinguished name of the entry to be compared using the attribute value assertion.
 DN InternalBindRequest.getName()
          Gets the distinguished name of the subject in this authentication 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 InternalModifyRequest.setName(DN name)
          Sets the distinguished name of the entry to be modified by this request.
 void InternalModifyDnRequest.setName(DN name)
          Sets the entry's distinguished name representing the entry PDU field.
 void InternalDeleteRequest.setName(DN name)
          Sets the distinguished name of the leaf entry to be deleted by this request.
 void InternalCompareRequest.setName(DN name)
          Sets the distinguished name of the entry to be compared using the attribute value assertion.
 void InternalBindRequest.setName(DN name)
          Sets the distinguished name of the subject in this authentication 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
static DN DnSerializer.deserialize(ObjectInput in)
          Deserialize a DN We read back the data to create a new DN.
static DN DN.normalize(DN dn, Map<String,OidNormalizer> oidsMap)
          Change the internal DN, using the OID instead of the first name or other aliases.
 DN DN.normalize(Map<String,OidNormalizer> oidsMap)
          Change the internal DN, using the OID instead of the first name or other aliases.
 

Methods in org.apache.directory.shared.ldap.name with parameters of type DN
 void AntlrDnParser.distinguishedName(DN dn)
          Parses an DN string.
static byte[] DN.getBytes(DN dn)
          Get an UTF-8 representation of the normalized form of the DN
static DN DN.normalize(DN dn, Map<String,OidNormalizer> oidsMap)
          Change the internal DN, using the OID instead of the first name or other aliases.
 void FastDnParser.parseDn(String name, DN dn)
          Parses the given name string and fills the given DN object.
static void DnSerializer.serialize(DN dn, ObjectOutput out)
          Serialize a DN We have to store a DN data efficiently.
 

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

Methods in org.apache.directory.shared.ldap.schema that return DN
 DN SchemaDao.findDn(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(Object obj)
           
 DN DnComparator.getDn(Object obj)
           
 

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
 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 AntlrSubtreeSpecificationParser.distinguishedName()
           
 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
 Set<DN> SubtreeSpecification.getChopAfterExclusions()
          A set of RDNs relative to the base entry representing chopAfter specificExclusions from the subtree.
 Set<DN> BaseSubtreeSpecification.getChopAfterExclusions()
           
 Set<DN> SubtreeSpecification.getChopBeforeExclusions()
          A set of RDNs relative to the base entry representing chopBefore specificExclusions from the subtree.
 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(Set<DN> chopAfter)
          Sets the set of subordinates entries whose subordinates are to be excluded.
 void SubtreeSpecificationModifier.setChopBeforeExclusions(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, Set<DN> chopAfter, Set<DN> chopBefore)
          Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, Set<DN> chopAfter, 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, Set<DN> chopAfter, Set<DN> chopBefore)
          Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, Set<DN> chopAfter, Set<DN> chopBefore)
          Creates a subtree without a refinement filter where all other aspects can be varied.
BaseSubtreeSpecification(DN base, int minBaseDistance, int maxBaseDistance, Set<DN> chopAfter, 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, Set<DN> chopAfter, 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 AntlrTriggerSpecificationParser.distinguishedName()
           
 DN StoredProcedureParameter.Generic_LDAP_CONTEXT.getCtxName()
           
 DN AntlrTriggerSpecificationParser.storedProcedureSearchContext()
           
 

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

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

Methods in org.apache.directory.shared.ldap.util that return DN
 DN LdapURL.getDn()
           
 

Methods in org.apache.directory.shared.ldap.util with parameters of type DN
 void LdapURL.setDn(DN dn)
          Sets the dn.
static Entry AttributeUtils.toClientEntry(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 © 2004-2010 The Apache Software Foundation. All Rights Reserved.