|
||||||||||
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()
|
Uses of LdapDN in org.apache.directory.shared.ldap.codec |
---|
Methods in org.apache.directory.shared.ldap.codec with parameters of type LdapDN | |
---|---|
void |
LdapResult.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,
ResultResponse 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 |
AddRequest.getEntry()
Get the added DN |
Methods in org.apache.directory.shared.ldap.codec.add with parameters of type LdapDN | |
---|---|
void |
AddRequest.setEntry(LdapDN entry)
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 |
BindRequest.getName()
Get the user name |
Methods in org.apache.directory.shared.ldap.codec.bind with parameters of type LdapDN | |
---|---|
void |
BindRequest.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 |
CompareRequest.getEntry()
Get the entry to be compared |
Methods in org.apache.directory.shared.ldap.codec.compare with parameters of type LdapDN | |
---|---|
void |
CompareRequest.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 |
DelRequest.getEntry()
Get the entry to be deleted |
Methods in org.apache.directory.shared.ldap.codec.del with parameters of type LdapDN | |
---|---|
void |
DelRequest.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 |
ModifyRequest.getObject()
Get the modification's DN |
Methods in org.apache.directory.shared.ldap.codec.modify with parameters of type LdapDN | |
---|---|
void |
ModifyRequest.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 |
ModifyDNRequest.getEntry()
Get the modification's DN |
LdapDN |
ModifyDNRequest.getNewSuperior()
Get the newSuperior |
Methods in org.apache.directory.shared.ldap.codec.modifyDn with parameters of type LdapDN | |
---|---|
void |
ModifyDNRequest.setEntry(LdapDN entry)
Set the modification DN. |
void |
ModifyDNRequest.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 |
SearchRequest.getBaseObject()
Get the base object |
LdapDN |
SearchResultEntry.getObjectName()
Get the entry DN |
Methods in org.apache.directory.shared.ldap.codec.search with parameters of type LdapDN | |
---|---|
void |
SearchRequest.setBaseObject(LdapDN baseObject)
Set the base object |
void |
SearchResultEntry.setObjectName(LdapDN objectName)
Set the entry DN |
Uses of LdapDN in org.apache.directory.shared.ldap.codec.search.controls |
---|
Methods in org.apache.directory.shared.ldap.codec.search.controls that return LdapDN | |
---|---|
LdapDN |
EntryChangeControl.getPreviousDn()
|
Methods in org.apache.directory.shared.ldap.codec.search.controls with parameters of type LdapDN | |
---|---|
void |
EntryChangeControl.setPreviousDn(LdapDN previousDn)
|
Uses of LdapDN in org.apache.directory.shared.ldap.codec.util |
---|
Methods in org.apache.directory.shared.ldap.codec.util that return LdapDN | |
---|---|
LdapDN |
LdapURL.getDn()
|
Uses of LdapDN in org.apache.directory.shared.ldap.message |
---|
Methods in org.apache.directory.shared.ldap.message that return LdapDN | |
---|---|
LdapDN |
SearchRequest.getBase()
Gets the search base as a distinguished name. |
LdapDN |
SearchRequestImpl.getBase()
Gets the search base as a distinguished name. |
LdapDN |
AddRequestImpl.getEntry()
Gets the distinguished name of the entry to add. |
LdapDN |
AddRequest.getEntry()
Gets the distinguished name of the entry to add. |
LdapDN |
LdapResult.getMatchedDn()
Gets the lowest entry in the directory that was matched. |
LdapDN |
LdapResultImpl.getMatchedDn()
Gets the lowest entry in the directory that was matched. |
LdapDN |
ModifyRequest.getName()
Gets the distinguished name of the entry to be modified by this request. |
LdapDN |
ModifyDnRequest.getName()
Gets the entry's distinguished name representing the entry PDU field. |
LdapDN |
ModifyRequestImpl.getName()
Gets the distinguished name of the entry to be modified by this request. |
LdapDN |
BindRequest.getName()
Gets the distinguished name of the subject in this authentication request. |
LdapDN |
ModifyDnRequestImpl.getName()
Gets the entry's distinguished name representing the entry PDU field. |
LdapDN |
CompareRequestImpl.getName()
Gets the distinguished name of the entry to be compared using the attribute value assertion. |
LdapDN |
CompareRequest.getName()
Gets the distinguished name of the entry to be compared using the attribute value assertion. |
LdapDN |
DeleteRequestImpl.getName()
Gets the distinguished name of the leaf entry to be deleted by this request. |
LdapDN |
DeleteRequest.getName()
Gets the distinguished name of the leaf entry to be deleted by this request. |
LdapDN |
BindRequestImpl.getName()
Gets the distinguished name of the subject in this authentication request. |
LdapDN |
ModifyDnRequest.getNewSuperior()
Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved. |
LdapDN |
ModifyDnRequestImpl.getNewSuperior()
Gets the optional distinguished name of the new superior entry where the candidate entry is to be moved. |
LdapDN |
SearchResponseEntry.getObjectName()
Gets the distinguished name of the entry object returned. |
LdapDN |
SearchResponseEntryImpl.getObjectName()
Gets the distinguished name of the entry object returned. |
LdapDN |
EntryChangeControl.getPreviousDn()
|
Methods in org.apache.directory.shared.ldap.message with parameters of type LdapDN | |
---|---|
void |
SearchRequest.setBase(LdapDN baseDn)
Sets the search base as a distinguished name. |
void |
SearchRequestImpl.setBase(LdapDN base)
Sets the search base as a distinguished name. |
void |
AddRequestImpl.setEntry(LdapDN entry)
Sets the distinguished name of the entry to add. |
void |
AddRequest.setEntry(LdapDN entry)
Sets the distinguished name of the entry to add. |
void |
LdapResult.setMatchedDn(LdapDN dn)
Sets the lowest entry in the directory that was matched. |
void |
LdapResultImpl.setMatchedDn(LdapDN matchedDn)
Sets the lowest entry in the directory that was matched. |
void |
ModifyRequest.setName(LdapDN name)
Sets the distinguished name of the entry to be modified by this request. |
void |
ModifyDnRequest.setName(LdapDN name)
Sets the entry's distinguished name representing the entry PDU field. |
void |
ModifyRequestImpl.setName(LdapDN name)
Sets the distinguished name of the entry to be modified by this request. |
void |
BindRequest.setName(LdapDN name)
Sets the distinguished name of the subject in this authentication request. |
void |
ModifyDnRequestImpl.setName(LdapDN name)
Sets the entry's distinguished name representing the entry PDU field. |
void |
CompareRequestImpl.setName(LdapDN name)
Sets the distinguished name of the entry to be compared using the attribute value assertion. |
void |
CompareRequest.setName(LdapDN name)
Sets the distinguished name of the entry to be compared using the attribute value assertion. |
void |
DeleteRequestImpl.setName(LdapDN name)
Sets the distinguished name of the leaf entry to be deleted by this request. |
void |
DeleteRequest.setName(LdapDN name)
Sets the distinguished name of the leaf entry to be deleted by this request. |
void |
BindRequestImpl.setName(LdapDN name)
Sets the distinguished name of the subject in this authentication request. |
void |
ModifyDnRequest.setNewSuperior(LdapDN newSuperior)
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved. |
void |
ModifyDnRequestImpl.setNewSuperior(LdapDN newSuperior)
Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved. |
void |
SearchResponseEntry.setObjectName(LdapDN dn)
Sets the distinguished name of the entry object returned. |
void |
SearchResponseEntryImpl.setObjectName(LdapDN objectName)
Sets the distinguished name of the entry object returned. |
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 |
LdapDN.normalize(LdapDN dn,
java.util.Map oidsMap)
Change the internal DN, using the first alias instead of oids or other aliases. |
Methods in org.apache.directory.shared.ldap.name with parameters of type LdapDN | |
---|---|
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 oidsMap)
Change the internal DN, using the first alias instead of oids or other aliases. |
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 with parameters of type LdapDN | |
---|---|
void |
SubtreeSpecificationModifier.setBase(LdapDN base)
Sets the subtree base relative to the administration point. |
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 chopAfter,
java.util.Set 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 chopAfter,
java.util.Set chopBefore,
ExprNode refinement)
Creates a subtree which may be a refinement filter where all aspects of the specification can be set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |