|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LdapDN in org.apache.directory.shared.ldap.aci |
|---|
| Methods in org.apache.directory.shared.ldap.aci that return LdapDN | |
|---|---|
LdapDN |
AntlrACIItemParser.distinguishedName()
|
| Constructor parameters in org.apache.directory.shared.ldap.aci with type arguments of type LdapDN | |
|---|---|
UserClass.Name(java.util.Set<LdapDN> usernames)
Creates a new instance. |
|
UserClass.UserGroup(java.util.Set<LdapDN> groupNames)
Creates a new instance. |
|
| Uses of LdapDN in org.apache.directory.shared.ldap.codec |
|---|
| Methods in org.apache.directory.shared.ldap.codec with parameters of type LdapDN | |
|---|---|
void |
LdapResultCodec.setMatchedDN(LdapDN matchedDN)
Set the Matched DN |
| Constructors in org.apache.directory.shared.ldap.codec with parameters of type LdapDN | |
|---|---|
ResponseCarryingException(java.lang.String message,
InternalResultResponse response,
ResultCodeEnum code,
LdapDN matchedDn,
java.lang.Throwable cause)
Creates a DecoderException |
|
| Uses of LdapDN in org.apache.directory.shared.ldap.codec.add |
|---|
| Methods in org.apache.directory.shared.ldap.codec.add that return LdapDN | |
|---|---|
LdapDN |
AddRequestCodec.getEntryDn()
Get the added DN |
| Methods in org.apache.directory.shared.ldap.codec.add with parameters of type LdapDN | |
|---|---|
void |
AddRequestCodec.setEntryDn(LdapDN entryDn)
Set the added DN. |
| Uses of LdapDN in org.apache.directory.shared.ldap.codec.bind |
|---|
| Methods in org.apache.directory.shared.ldap.codec.bind that return LdapDN | |
|---|---|
LdapDN |
BindRequestCodec.getName()
Get the user name |
| Methods in org.apache.directory.shared.ldap.codec.bind with parameters of type LdapDN | |
|---|---|
void |
BindRequestCodec.setName(LdapDN name)
Set the user name |
| Uses of LdapDN in org.apache.directory.shared.ldap.codec.compare |
|---|
| Methods in org.apache.directory.shared.ldap.codec.compare that return LdapDN | |
|---|---|
LdapDN |
CompareRequestCodec.getEntry()
Get the entry to be compared |
| Methods in org.apache.directory.shared.ldap.codec.compare with parameters of type LdapDN | |
|---|---|
void |
CompareRequestCodec.setEntry(LdapDN entry)
Set the entry to be compared |
| Uses of LdapDN in org.apache.directory.shared.ldap.codec.del |
|---|
| Methods in org.apache.directory.shared.ldap.codec.del that return LdapDN | |
|---|---|
LdapDN |
DelRequestCodec.getEntry()
Get the entry to be deleted |
| Methods in org.apache.directory.shared.ldap.codec.del with parameters of type LdapDN | |
|---|---|
void |
DelRequestCodec.setEntry(LdapDN entry)
Set the entry to be deleted |
| Uses of LdapDN in org.apache.directory.shared.ldap.codec.modify |
|---|
| Methods in org.apache.directory.shared.ldap.codec.modify that return LdapDN | |
|---|---|
LdapDN |
ModifyRequestCodec.getObject()
Get the modification's DN |
| Methods in org.apache.directory.shared.ldap.codec.modify with parameters of type LdapDN | |
|---|---|
void |
ModifyRequestCodec.setObject(LdapDN object)
Set the modification DN. |
| Uses of LdapDN in org.apache.directory.shared.ldap.codec.modifyDn |
|---|
| Methods in org.apache.directory.shared.ldap.codec.modifyDn that return LdapDN | |
|---|---|
LdapDN |
ModifyDNRequestCodec.getEntry()
Get the modification's DN |
LdapDN |
ModifyDNRequestCodec.getNewSuperior()
Get the newSuperior |
| Methods in org.apache.directory.shared.ldap.codec.modifyDn with parameters of type LdapDN | |
|---|---|
void |
ModifyDNRequestCodec.setEntry(LdapDN entry)
Set the modification DN. |
void |
ModifyDNRequestCodec.setNewSuperior(LdapDN newSuperior)
Set the new superior |
| Uses of LdapDN in org.apache.directory.shared.ldap.codec.search |
|---|
| Methods in org.apache.directory.shared.ldap.codec.search that return LdapDN | |
|---|---|
LdapDN |
SearchRequestCodec.getBaseObject()
Get the base object |
LdapDN |
SearchResultEntryCodec.getObjectName()
Get the entry DN |
| Methods in org.apache.directory.shared.ldap.codec.search with parameters of type LdapDN | |
|---|---|
void |
SearchRequestCodec.setBaseObject(LdapDN baseObject)
Set the base object |
void |
SearchResultEntryCodec.setObjectName(LdapDN objectName)
Set the entry DN. |
| Uses of LdapDN in org.apache.directory.shared.ldap.codec.search.controls.entryChange |
|---|
| Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange that return LdapDN | |
|---|---|
LdapDN |
EntryChangeControlCodec.getPreviousDn()
|
| Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange with parameters of type LdapDN | |
|---|---|
void |
EntryChangeControlCodec.setPreviousDn(LdapDN previousDn)
|
| Uses of LdapDN in org.apache.directory.shared.ldap.entry |
|---|
| Fields in org.apache.directory.shared.ldap.entry declared as LdapDN | |
|---|---|
protected LdapDN |
AbstractEntry.dn
The DN for this entry |
| Methods in org.apache.directory.shared.ldap.entry that return LdapDN | |
|---|---|
LdapDN |
Entry.getDn()
Get this entry's DN. |
LdapDN |
AbstractEntry.getDn()
Get this entry's DN. |
| Methods in org.apache.directory.shared.ldap.entry with parameters of type LdapDN | |
|---|---|
void |
Entry.setDn(LdapDN dn)
Set this entry's DN. |
void |
AbstractEntry.setDn(LdapDN dn)
Set this entry's DN. |
| Uses of LdapDN in org.apache.directory.shared.ldap.entry.client |
|---|
| Constructors in org.apache.directory.shared.ldap.entry.client with parameters of type LdapDN | |
|---|---|
DefaultClientEntry(LdapDN dn)
Creates a new instance of DefaultServerEntry, with a DN. |
|
DefaultClientEntry(LdapDN dn,
EntryAttribute... attributes)
Creates a new instance of DefaultClientEntry, with a DN and a list of EntryAttributes. |
|
DefaultClientEntry(LdapDN dn,
java.lang.String... upIds)
Creates a new instance of DefaultServerEntry, with a DN and a list of IDs. |
|
| Uses of LdapDN in org.apache.directory.shared.ldap.ldif |
|---|
| Methods in org.apache.directory.shared.ldap.ldif that return LdapDN | |
|---|---|
LdapDN |
LdifEntry.getDn()
|
| Methods in org.apache.directory.shared.ldap.ldif with parameters of type LdapDN | |
|---|---|
static java.lang.String |
LdifUtils.convertToLdif(javax.naming.directory.Attributes attrs,
LdapDN dn)
Convert an Attributes as LDIF. |
static java.lang.String |
LdifUtils.convertToLdif(javax.naming.directory.Attributes attrs,
LdapDN dn,
int length)
Convert an Attributes as LDIF. |
static LdifEntry |
LdifRevertor.reverseAdd(LdapDN dn)
Compute a reverse LDIF of an AddRequest. |
static LdifEntry |
LdifRevertor.reverseDel(LdapDN dn,
Entry deletedEntry)
Compute a reverse LDIF of a DeleteRequest. |
static LdifEntry |
LdifRevertor.reverseModify(LdapDN dn,
java.util.List<Modification> forwardModifications,
Entry modifiedEntry)
Compute the reversed LDIF for a modify request. |
static LdifEntry |
LdifRevertor.reverseMove(LdapDN newSuperiorDn,
LdapDN 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,
LdapDN 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(LdapDN dn)
Set the Distinguished Name |
| Uses of LdapDN in org.apache.directory.shared.ldap.message |
|---|
| Methods in org.apache.directory.shared.ldap.message that return LdapDN | |
|---|---|
LdapDN |
SearchRequestImpl.getBase()
Gets the search base as a distinguished name. |
LdapDN |
InternalSearchRequest.getBase()
Gets the search base as a distinguished name. |
LdapDN |
InternalAddRequest.getEntryDn()
Gets the distinguished name of the entry to add. |
LdapDN |
AddRequestImpl.getEntryDn()
Gets the distinguished name of the entry to add. |
LdapDN |
LdapResultImpl.getMatchedDn()
Gets the lowest entry in the directory that was matched. |
LdapDN |
InternalLdapResult.getMatchedDn()
Gets the lowest entry in the directory that was matched. |
LdapDN |
ModifyRequestImpl.getName()
Gets the distinguished name of the entry to be modified by this request. |
LdapDN |
ModifyDnRequestImpl.getName()
Gets the entry's distinguished name representing the entry PDU field. |
LdapDN |
InternalModifyRequest.getName()
Gets the distinguished name of the entry to be modified by this request. |
LdapDN |
InternalModifyDnRequest.getName()
Gets the entry's distinguished name representing the entry PDU field. |
LdapDN |
InternalDeleteRequest.getName()
Gets the distinguished name of the leaf entry to be deleted by this request. |
LdapDN |
InternalCompareRequest.getName()
Gets the distinguished name of the entry to be compared using the attribute value assertion. |
LdapDN |
InternalBindRequest.getName()
Gets the distinguished name of the subject in this authentication request. |
LdapDN |
DeleteRequestImpl.getName()
Gets the distinguished name of the leaf entry to be deleted by this request. |
LdapDN |
CompareRequestImpl.getName()
Gets the distinguished name of the entry to be compared using the attribute value assertion. |
LdapDN |
BindRequestImpl.getName()
Gets the distinguished name of the subject in this authentication request. |
LdapDN |
ModifyDnRequestImpl.getNewSuperior()
Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved. |
LdapDN |
InternalModifyDnRequest.getNewSuperior()
Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved. |
LdapDN |
SearchResponseEntryImpl.getObjectName()
Gets the distinguished name of the entry object returned. |
LdapDN |
InternalSearchResponseEntry.getObjectName()
Gets the distinguished name of the entry object returned. |
| Methods in org.apache.directory.shared.ldap.message with parameters of type LdapDN | |
|---|---|
void |
SearchRequestImpl.setBase(LdapDN base)
Sets the search base as a distinguished name. |
void |
InternalSearchRequest.setBase(LdapDN baseDn)
Sets the search base as a distinguished name. |
void |
InternalAddRequest.setEntryDn(LdapDN entry)
Sets the distinguished name of the entry to add. |
void |
AddRequestImpl.setEntryDn(LdapDN dn)
Sets the distinguished name of the entry to add. |
void |
LdapResultImpl.setMatchedDn(LdapDN matchedDn)
Sets the lowest entry in the directory that was matched. |
void |
InternalLdapResult.setMatchedDn(LdapDN dn)
Sets the lowest entry in the directory that was matched. |
void |
ModifyRequestImpl.setName(LdapDN name)
Sets the distinguished name of the entry to be modified by this request. |
void |
ModifyDnRequestImpl.setName(LdapDN name)
Sets the entry's distinguished name representing the entry PDU field. |
void |
InternalModifyRequest.setName(LdapDN name)
Sets the distinguished name of the entry to be modified by this request. |
void |
InternalModifyDnRequest.setName(LdapDN name)
Sets the entry's distinguished name representing the entry PDU field. |
void |
InternalDeleteRequest.setName(LdapDN name)
Sets the distinguished name of the leaf entry to be deleted by this request. |
void |
InternalCompareRequest.setName(LdapDN name)
Sets the distinguished name of the entry to be compared using the attribute value assertion. |
void |
InternalBindRequest.setName(LdapDN name)
Sets the distinguished name of the subject in this authentication request. |
void |
DeleteRequestImpl.setName(LdapDN name)
Sets the distinguished name of the leaf entry to be deleted by this request. |
void |
CompareRequestImpl.setName(LdapDN name)
Sets the distinguished name of the entry to be compared using the attribute value assertion. |
void |
BindRequestImpl.setName(LdapDN name)
Sets the distinguished name of the subject in this authentication request. |
void |
ModifyDnRequestImpl.setNewSuperior(LdapDN newSuperior)
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved. |
void |
InternalModifyDnRequest.setNewSuperior(LdapDN newSuperior)
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved. |
void |
SearchResponseEntryImpl.setObjectName(LdapDN objectName)
Sets the distinguished name of the entry object returned. |
void |
InternalSearchResponseEntry.setObjectName(LdapDN dn)
Sets the distinguished name of the entry object returned. |
| Uses of LdapDN in org.apache.directory.shared.ldap.message.control |
|---|
| Methods in org.apache.directory.shared.ldap.message.control that return LdapDN | |
|---|---|
LdapDN |
EntryChangeControl.getPreviousDn()
|
| Methods in org.apache.directory.shared.ldap.message.control with parameters of type LdapDN | |
|---|---|
void |
EntryChangeControl.setPreviousDn(LdapDN previousDn)
|
| Uses of LdapDN in org.apache.directory.shared.ldap.name |
|---|
| Fields in org.apache.directory.shared.ldap.name declared as LdapDN | |
|---|---|
static LdapDN |
LdapDN.EMPTY_LDAPDN
A null LdapDN |
| Methods in org.apache.directory.shared.ldap.name that return LdapDN | |
|---|---|
static LdapDN |
LdapDNSerializer.deserialize(java.io.ObjectInput in)
Deserialize a DN We read back the data to create a new LdapDN. |
static LdapDN |
LdapDN.normalize(LdapDN dn,
java.util.Map<java.lang.String,OidNormalizer> oidsMap)
Change the internal DN, using the OID instead of the first name or other aliases. |
LdapDN |
LdapDN.normalize(java.util.Map<java.lang.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 LdapDN | |
|---|---|
void |
AntlrDnParser.distinguishedName(LdapDN dn)
Parses an DN string. |
static byte[] |
LdapDN.getBytes(LdapDN dn)
Get an UTF-8 representation of the normalized form of the DN |
static LdapDN |
LdapDN.normalize(LdapDN 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 |
FastLdapDnParser.parseDn(java.lang.String name,
LdapDN dn)
Parses the given name string and fills the given LdapDN object. |
static void |
LdapDNSerializer.serialize(LdapDN dn,
java.io.ObjectOutput out)
Serialize a DN We have to store a DN data efficiently. |
| Uses of LdapDN in org.apache.directory.shared.ldap.subtree |
|---|
| Methods in org.apache.directory.shared.ldap.subtree that return LdapDN | |
|---|---|
LdapDN |
AntlrSubtreeSpecificationParser.distinguishedName()
|
LdapDN |
SubtreeSpecification.getBase()
Gets an RDN relative to the administrative context where the subtree scope begins. |
LdapDN |
BaseSubtreeSpecification.getBase()
|
| Methods in org.apache.directory.shared.ldap.subtree that return types with arguments of type LdapDN | |
|---|---|
java.util.Set<LdapDN> |
SubtreeSpecification.getChopAfterExclusions()
A set of RDNs relative to the base entry representing chopAfter specificExclusions from the subtree. |
java.util.Set<LdapDN> |
BaseSubtreeSpecification.getChopAfterExclusions()
|
java.util.Set<LdapDN> |
SubtreeSpecification.getChopBeforeExclusions()
A set of RDNs relative to the base entry representing chopBefore specificExclusions from the subtree. |
java.util.Set<LdapDN> |
BaseSubtreeSpecification.getChopBeforeExclusions()
|
| Methods in org.apache.directory.shared.ldap.subtree with parameters of type LdapDN | |
|---|---|
void |
SubtreeSpecificationModifier.setBase(LdapDN base)
Sets the subtree base relative to the administration point. |
| Method parameters in org.apache.directory.shared.ldap.subtree with type arguments of type LdapDN | |
|---|---|
void |
SubtreeSpecificationModifier.setChopAfterExclusions(java.util.Set<LdapDN> chopAfter)
Sets the set of subordinates entries whose subordinates are to be excluded. |
void |
SubtreeSpecificationModifier.setChopBeforeExclusions(java.util.Set<LdapDN> chopBefore)
Sets the set of subordinates entries and their subordinates to exclude. |
| Constructors in org.apache.directory.shared.ldap.subtree with parameters of type LdapDN | |
|---|---|
BaseSubtreeSpecification(LdapDN 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(LdapDN base,
int minBaseDistance,
int maxBaseDistance,
java.util.Set<LdapDN> chopAfter,
java.util.Set<LdapDN> chopBefore)
Creates a subtree without a refinement filter where all other aspects can be varied. |
|
BaseSubtreeSpecification(LdapDN base,
int minBaseDistance,
int maxBaseDistance,
java.util.Set<LdapDN> chopAfter,
java.util.Set<LdapDN> 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 LdapDN | |
|---|---|
BaseSubtreeSpecification(LdapDN base,
int minBaseDistance,
int maxBaseDistance,
java.util.Set<LdapDN> chopAfter,
java.util.Set<LdapDN> chopBefore)
Creates a subtree without a refinement filter where all other aspects can be varied. |
|
BaseSubtreeSpecification(LdapDN base,
int minBaseDistance,
int maxBaseDistance,
java.util.Set<LdapDN> chopAfter,
java.util.Set<LdapDN> chopBefore)
Creates a subtree without a refinement filter where all other aspects can be varied. |
|
BaseSubtreeSpecification(LdapDN base,
int minBaseDistance,
int maxBaseDistance,
java.util.Set<LdapDN> chopAfter,
java.util.Set<LdapDN> chopBefore,
ExprNode refinement)
Creates a subtree which may be a refinement filter where all aspects of the specification can be set. |
|
BaseSubtreeSpecification(LdapDN base,
int minBaseDistance,
int maxBaseDistance,
java.util.Set<LdapDN> chopAfter,
java.util.Set<LdapDN> chopBefore,
ExprNode refinement)
Creates a subtree which may be a refinement filter where all aspects of the specification can be set. |
|
| Uses of LdapDN in org.apache.directory.shared.ldap.trigger |
|---|
| Methods in org.apache.directory.shared.ldap.trigger that return LdapDN | |
|---|---|
LdapDN |
AntlrTriggerSpecificationParser.distinguishedName()
|
LdapDN |
StoredProcedureParameter.Generic_LDAP_CONTEXT.getCtxName()
|
LdapDN |
AntlrTriggerSpecificationParser.storedProcedureSearchContext()
|
| Methods in org.apache.directory.shared.ldap.trigger with parameters of type LdapDN | |
|---|---|
static StoredProcedureParameter |
StoredProcedureParameter.Generic_LDAP_CONTEXT.instance(LdapDN ctxName)
|
| Uses of LdapDN in org.apache.directory.shared.ldap.util |
|---|
| Methods in org.apache.directory.shared.ldap.util that return LdapDN | |
|---|---|
LdapDN |
LdapURL.getDn()
|
| Methods in org.apache.directory.shared.ldap.util with parameters of type LdapDN | |
|---|---|
void |
LdapURL.setDn(LdapDN dn)
Sets the dn. |
static Entry |
AttributeUtils.toClientEntry(javax.naming.directory.Attributes attributes,
LdapDN dn)
Check if an attribute contains a specific value and remove it using the associated matchingRule for the attribute type supplied. |
| Uses of LdapDN in org.apache.directory.shared.ldap.util.tree |
|---|
| Methods in org.apache.directory.shared.ldap.util.tree with parameters of type LdapDN | |
|---|---|
void |
DnBranchNode.add(LdapDN dn,
N element)
TODO add. |
N |
DnBranchNode.getParentElement(LdapDN dn)
Get the parent of a given DN, if present in the tree. |
boolean |
DnBranchNode.hasParentElement(LdapDN dn)
Tells if the DN contains a parent in the tree. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||