Uses of Interface
org.apache.directory.api.ldap.model.message.ModifyDnRequest
-
-
Uses of ModifyDnRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement ModifyDnRequest Modifier and Type Class Description classModifyDNRequestDsmlDSML Decorator for ModifyDNRequestMethods in org.apache.directory.api.dsmlv2.request that return ModifyDnRequest Modifier and Type Method Description ModifyDnRequestModifyDNRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyDnRequestModifyDNRequestDsml. addControl(Control control)Adds a control to this Message.ModifyDnRequestModifyDNRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.ModifyDnRequestModifyDNRequestDsml. setDeleteOldRdn(boolean deleteOldRdn)Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.ModifyDnRequestModifyDNRequestDsml. setMessageId(int messageId)Sets the Message ID for this requestModifyDnRequestModifyDNRequestDsml. setName(Dn name)Sets the entry's distinguished name representing the entry PDU field.ModifyDnRequestModifyDNRequestDsml. setNewRdn(Rdn newRdn)Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.ModifyDnRequestModifyDNRequestDsml. setNewSuperior(Dn newSuperior)Set the new superiorConstructors in org.apache.directory.api.dsmlv2.request with parameters of type ModifyDnRequest Constructor Description ModifyDNRequestDsml(LdapApiService codec, ModifyDnRequest ldapMessage)Creates a new getDecoratedMessage() of ModifyDNRequestDsml. -
Uses of ModifyDnRequest in org.apache.directory.api.ldap.codec.actions.request.modifydn
Method parameters in org.apache.directory.api.ldap.codec.actions.request.modifydn with type arguments of type ModifyDnRequest Modifier and Type Method Description voidInitModifyDnRequest. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.voidStoreModifyDnRequestDeleteOldRdn. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.voidStoreModifyDnRequestEntryName. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.voidStoreModifyDnRequestNewRdn. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed.voidStoreModifyDnRequestNewSuperior. action(LdapMessageContainer<ModifyDnRequest> container)The action to be executed. -
Uses of ModifyDnRequest in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement ModifyDnRequest Modifier and Type Class Description classModifyDnRequestImplModifyDNRequest implementation.Methods in org.apache.directory.api.ldap.model.message that return ModifyDnRequest Modifier and Type Method Description ModifyDnRequestModifyDnRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyDnRequestModifyDnRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyDnRequestModifyDnRequest. addControl(Control control)Adds a control to this Message.ModifyDnRequestModifyDnRequestImpl. addControl(Control control)Adds a control to this Message.ModifyDnRequestModifyDnRequest. removeControl(Control control)Deletes a control removing it from this Message.ModifyDnRequestModifyDnRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.ModifyDnRequestModifyDnRequest. setDeleteOldRdn(boolean deleteOldRdn)Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.ModifyDnRequestModifyDnRequestImpl. setDeleteOldRdn(boolean deleteOldRdn)Sets the flag which determines if the old Rdn attribute is to be removed from the entry when the new Rdn is used in its stead.ModifyDnRequestModifyDnRequest. setMessageId(int messageId)Sets the Message ID for this requestModifyDnRequestModifyDnRequestImpl. setMessageId(int messageId)Sets the Message ID for this requestModifyDnRequestModifyDnRequest. setName(Dn name)Sets the entry's distinguished name representing the entry PDU field.ModifyDnRequestModifyDnRequestImpl. setName(Dn name)Sets the entry's distinguished name representing the entry PDU field.ModifyDnRequestModifyDnRequest. setNewRdn(Rdn newRdn)Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.ModifyDnRequestModifyDnRequestImpl. setNewRdn(Rdn newRdn)Sets the new relative distinguished name for the entry which represents the PDU's newrdn field.ModifyDnRequestModifyDnRequest. setNewSuperior(Dn newSuperior)Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved.ModifyDnRequestModifyDnRequestImpl. setNewSuperior(Dn newSuperior)Sets the optional distinguished name of the new superior entry where the candidate entry is to be moved. -
Uses of ModifyDnRequest in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type ModifyDnRequest Modifier and Type Method Description ModifyDnResponseLdapConnection. modifyDn(ModifyDnRequest modDnRequest)Performs the modifyDn operation based on the given request object.ModifyDnResponseLdapConnectionWrapper. modifyDn(ModifyDnRequest modDnRequest)Performs the modifyDn operation based on the given request object.ModifyDnResponseLdapNetworkConnection. modifyDn(ModifyDnRequest modDnRequest)Performs the modifyDn operation based on the given request object.ModifyDnFutureLdapAsyncConnection. modifyDnAsync(ModifyDnRequest modDnRequest)Performs the modifyDn operation based on the given ModifyDnRequest.ModifyDnFutureLdapNetworkConnection. modifyDnAsync(ModifyDnRequest modDnRequest)Performs the modifyDn operation based on the given ModifyDnRequest.
-