Uses of Interface
org.apache.directory.api.ldap.model.message.ModifyRequest
-
-
Uses of ModifyRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement ModifyRequest Modifier and Type Class Description classModifyRequestDsmlDSML Decorator for ModifyRequestMethods in org.apache.directory.api.dsmlv2.request that return ModifyRequest Modifier and Type Method Description ModifyRequestModifyRequestDsml. add(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequestDsml. add(String attributeName, String... attributeValue)marks a given attribute for addition in the target entry with the given values.ModifyRequestModifyRequestDsml. add(Attribute attr)marks a given attribute for addition in the target entry.ModifyRequestModifyRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyRequestModifyRequestDsml. addControl(Control control)Adds a control to this Message.ModifyRequestModifyRequestDsml. addModification(Attribute attr, ModificationOperation modOp)Add a modificationModifyRequestModifyRequestDsml. addModification(Modification mod)Adds a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestDsml. increment(String attr)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequestDsml. increment(String attr, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequestDsml. increment(Attribute attributeName)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequestDsml. increment(Attribute attributeName, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequestDsml. remove(String attributeName)marks a given attribute name for removal from the target entry.ModifyRequestModifyRequestDsml. remove(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequestDsml. remove(String attributeName, String... attributeValue)marks a given attribute for removal with the given values from the target entry.ModifyRequestModifyRequestDsml. remove(Attribute attr)marks a given attribute for removal from the target entry.ModifyRequestModifyRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.ModifyRequestModifyRequestDsml. removeModification(Modification mod)Removes a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestDsml. replace(String attributeName)ModifyRequestModifyRequestDsml. replace(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequestDsml. replace(String attributeName, String... attributeValue)marks a given attribute for replacement with the given values in the target entry.ModifyRequestModifyRequestDsml. replace(Attribute attr)marks a given attribute for replacement in the target entry.ModifyRequestModifyRequestDsml. setMessageId(int messageId)Sets the Message ID for this requestModifyRequestModifyRequestDsml. setName(Dn name)Sets the distinguished name of the entry to be modified by this request.Constructors in org.apache.directory.api.dsmlv2.request with parameters of type ModifyRequest Constructor Description ModifyRequestDsml(LdapApiService codec, ModifyRequest ldapMessage)Creates a new getDecoratedMessage() of ModifyRequestDsml. -
Uses of ModifyRequest in org.apache.directory.api.ldap.codec.actions.request.modify
Method parameters in org.apache.directory.api.ldap.codec.actions.request.modify with type arguments of type ModifyRequest Modifier and Type Method Description voidAddModifyRequestAttribute. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidInitAttributeVals. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidInitModifyRequest. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidStoreModifyRequestAttributeValue. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidStoreModifyRequestObjectName. action(LdapMessageContainer<ModifyRequest> container)The action to be executed.voidStoreOperationType. action(LdapMessageContainer<ModifyRequest> container)The action to be executed. -
Uses of ModifyRequest in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement ModifyRequest Modifier and Type Class Description classModifyRequestImplLockable ModifyRequest implementation.Methods in org.apache.directory.api.ldap.model.message that return ModifyRequest Modifier and Type Method Description ModifyRequestModifyRequest. add(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequest. add(String attributeName, String... attributeValue)marks a given attribute for addition in the target entry with the given values.ModifyRequestModifyRequest. add(Attribute attr)marks a given attribute for addition in the target entry.ModifyRequestModifyRequestImpl. add(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequestImpl. add(String attributeName, String... attributeValue)marks a given attribute for addition in the target entry with the given values.ModifyRequestModifyRequestImpl. add(Attribute attr)marks a given attribute for addition in the target entry.ModifyRequestModifyRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyRequestModifyRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.ModifyRequestModifyRequest. addControl(Control control)Adds a control to this Message.ModifyRequestModifyRequestImpl. addControl(Control control)Adds a control to this Message.ModifyRequestModifyRequest. addModification(Attribute attr, ModificationOperation modOp)Add a modificationModifyRequestModifyRequest. addModification(Modification mod)Adds a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestImpl. addModification(Attribute attr, ModificationOperation modOp)Add a modificationModifyRequestModifyRequestImpl. addModification(Modification mod)Adds a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequest. increment(String attributeName)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequest. increment(String attributeName, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequest. increment(Attribute attr)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequest. increment(Attribute attr, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequestImpl. increment(String attributeName)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequestImpl. increment(String attributeName, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequestImpl. increment(Attribute attr)marks a given attribute for increment by 1 in the target entry.ModifyRequestModifyRequestImpl. increment(Attribute attr, int increment)marks a given attribute for increment in the target entry.ModifyRequestModifyRequest. remove(String attributeName)marks a given attribute name for removal from the target entry.ModifyRequestModifyRequest. remove(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequest. remove(String attributeName, String... attributeValue)marks a given attribute for removal with the given values from the target entry.ModifyRequestModifyRequest. remove(Attribute attr)marks a given attribute for removal from the target entry.ModifyRequestModifyRequestImpl. remove(String attributeName)marks a given attribute name for removal from the target entry.ModifyRequestModifyRequestImpl. remove(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequestImpl. remove(String attributeName, String... attributeValue)marks a given attribute for removal with the given values from the target entry.ModifyRequestModifyRequestImpl. remove(Attribute attr)marks a given attribute for removal from the target entry.ModifyRequestModifyRequest. removeControl(Control control)Deletes a control removing it from this Message.ModifyRequestModifyRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.ModifyRequestModifyRequest. removeModification(Modification mod)Removes a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequestImpl. removeModification(Modification mod)Removes a ModificationItem to the set of modifications composing this modify request.ModifyRequestModifyRequest. replace(String attributeName)ModifyRequestModifyRequest. replace(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequest. replace(String attributeName, String... attributeValue)marks a given attribute for replacement with the given values in the target entry.ModifyRequestModifyRequest. replace(Attribute attr)marks a given attribute for replacement in the target entry.ModifyRequestModifyRequestImpl. replace(String attributeName)ModifyRequestModifyRequestImpl. replace(String attributeName, byte[]... attributeValue)ModifyRequestModifyRequestImpl. replace(String attributeName, String... attributeValue)marks a given attribute for replacement with the given values in the target entry.ModifyRequestModifyRequestImpl. replace(Attribute attr)marks a given attribute for replacement in the target entry.ModifyRequestModifyRequest. setMessageId(int messageId)Sets the Message ID for this requestModifyRequestModifyRequestImpl. setMessageId(int messageId)Sets the Message ID for this requestModifyRequestModifyRequest. setName(Dn name)Sets the distinguished name of the entry to be modified by this request.ModifyRequestModifyRequestImpl. setName(Dn name)Sets the distinguished name of the entry to be modified by this request. -
Uses of ModifyRequest in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type ModifyRequest Modifier and Type Method Description ModifyResponseLdapConnection. modify(ModifyRequest modRequest)Performs an modify operation based on the modifications present in the modify request.ModifyResponseLdapConnectionWrapper. modify(ModifyRequest modRequest)Performs an modify operation based on the modifications present in the modify request.ModifyResponseLdapNetworkConnection. modify(ModifyRequest modRequest)Performs an modify operation based on the modifications present in the modify request.ModifyFutureLdapAsyncConnection. modifyAsync(ModifyRequest modRequest)Performs an asynchronous modify operation based on the modifications present in the ModifyRequest.ModifyFutureLdapNetworkConnection. modifyAsync(ModifyRequest modRequest)Performs an asynchronous modify operation based on the modifications present in the ModifyRequest. -
Uses of ModifyRequest in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return ModifyRequest Modifier and Type Method Description ModifyRequestLdapConnectionTemplate. newModifyRequest(String dn)Returns a newModifyRequestfor thedn.ModifyRequestLdapConnectionTemplate. newModifyRequest(Dn dn)Returns a newModifyRequestfor thedn.ModifyRequestModelFactory. newModifyRequest(String dn)Returns a newModifyRequestfor thedn.ModifyRequestModelFactory. newModifyRequest(Dn dn)Returns a newModifyRequestfor thedn.ModifyRequestModelFactoryImpl. newModifyRequest(String dn)Returns a newModifyRequestfor thedn.ModifyRequestModelFactoryImpl. newModifyRequest(Dn dn)Returns a newModifyRequestfor thedn.Methods in org.apache.directory.ldap.client.template with parameters of type ModifyRequest Modifier and Type Method Description ModifyResponseLdapConnectionOperations. modify(ModifyRequest modifyRequest)Modifies an entry specified by a ModifyRequest on the LDAP server.ModifyResponseLdapConnectionTemplate. modify(ModifyRequest modifyRequest)Modifies an entry specified by a ModifyRequest on the LDAP server.Method parameters in org.apache.directory.ldap.client.template with type arguments of type ModifyRequest Modifier and Type Method Description ModifyResponseLdapConnectionOperations. modify(Dn dn, RequestBuilder<ModifyRequest> requestBuilder)Modifies an entry specified by Dn, and whose request is configured by a RequestBuilder, on the LDAP server.ModifyResponseLdapConnectionTemplate. modify(Dn dn, RequestBuilder<ModifyRequest> requestBuilder)Modifies an entry specified by Dn, and whose request is configured by a RequestBuilder, on the LDAP server.
-