Uses of Interface
org.apache.directory.api.ldap.model.message.AddRequest
-
-
Uses of AddRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement AddRequest Modifier and Type Class Description classAddRequestDsmlDSML Decorator for AddRequestMethods in org.apache.directory.api.dsmlv2.request that return AddRequest Modifier and Type Method Description AddRequestAddRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.AddRequestAddRequestDsml. addControl(Control control)Adds a control to this Message.AddRequestAddRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.AddRequestAddRequestDsml. setEntry(Entry entry)Sets the Entry to add.AddRequestAddRequestDsml. setEntryDn(Dn entryDn)Sets the distinguished name of the entry to add.AddRequestAddRequestDsml. setMessageId(int messageId)Sets the Message ID for this requestConstructors in org.apache.directory.api.dsmlv2.request with parameters of type AddRequest Constructor Description AddRequestDsml(LdapApiService codec, AddRequest ldapMessage)Creates a new getDecoratedMessage() of AddRequestDsml. -
Uses of AddRequest in org.apache.directory.api.ldap.codec.actions.request.add
Method parameters in org.apache.directory.api.ldap.codec.actions.request.add with type arguments of type AddRequest Modifier and Type Method Description voidAddAddRequestAttributeType. action(LdapMessageContainer<AddRequest> container)The action to be executed.voidAddAttributeValue. action(LdapMessageContainer<AddRequest> container)The action to be executed.voidInitAddRequest. action(LdapMessageContainer<AddRequest> container)The action to be executed.voidStoreAddRequestEntryName. action(LdapMessageContainer<AddRequest> container)The action to be executed. -
Uses of AddRequest in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement AddRequest Modifier and Type Class Description classAddRequestImplLockable add request implementation.Methods in org.apache.directory.api.ldap.model.message that return AddRequest Modifier and Type Method Description AddRequestAddRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.AddRequestAddRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.AddRequestAddRequest. addControl(Control control)Adds a control to this Message.AddRequestAddRequestImpl. addControl(Control control)Adds a control to this Message.AddRequestAddRequest. removeControl(Control control)Deletes a control removing it from this Message.AddRequestAddRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.AddRequestAddRequest. setEntry(Entry entry)Sets the Entry to add.AddRequestAddRequestImpl. setEntry(Entry entry)Sets the Entry to add.AddRequestAddRequest. setEntryDn(Dn entry)Sets the distinguished name of the entry to add.AddRequestAddRequestImpl. setEntryDn(Dn dn)Sets the distinguished name of the entry to add.AddRequestAddRequest. setMessageId(int messageId)Sets the Message ID for this requestAddRequestAddRequestImpl. setMessageId(int messageId)Sets the Message ID for this request -
Uses of AddRequest in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type AddRequest Modifier and Type Method Description AddResponseLdapConnection. add(AddRequest addRequest)Add an entry present in theAddRequestto the server.AddResponseLdapConnectionWrapper. add(AddRequest addRequest)Add an entry present in theAddRequestto the server.AddResponseLdapNetworkConnection. add(AddRequest addRequest)Add an entry present in theAddRequestto the server.AddFutureLdapAsyncConnection. addAsync(AddRequest addRequest)Add an entry present in the AddRequest to the server.AddFutureLdapNetworkConnection. addAsync(AddRequest addRequest)Add an entry present in the AddRequest to the server. -
Uses of AddRequest in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return AddRequest Modifier and Type Method Description AddRequestLdapConnectionTemplate. newAddRequest(Entry entry)Returns a newAddRequestfor theentry.AddRequestModelFactory. newAddRequest(Entry entry)Returns a newAddRequestfor theentry.AddRequestModelFactoryImpl. newAddRequest(Entry entry)Returns a newAddRequestfor theentry.Methods in org.apache.directory.ldap.client.template with parameters of type AddRequest Modifier and Type Method Description AddResponseLdapConnectionOperations. add(AddRequest addRequest)Adds an entry specified by an AddRequest to the LDAP server.AddResponseLdapConnectionTemplate. add(AddRequest addRequest)Adds an entry specified by an AddRequest to the LDAP server.Method parameters in org.apache.directory.ldap.client.template with type arguments of type AddRequest Modifier and Type Method Description AddResponseLdapConnectionOperations. add(Dn dn, RequestBuilder<AddRequest> requestBuilder)Adds an entry specified by a Dn, to be filled out by a RequestBuilder, to the LDAP server.AddResponseLdapConnectionTemplate. add(Dn dn, RequestBuilder<AddRequest> requestBuilder)Adds an entry specified by a Dn, to be filled out by a RequestBuilder, to the LDAP server.
-