Uses of Interface
org.apache.directory.api.ldap.model.message.AddResponse
-
-
Uses of AddResponse in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement AddResponse Modifier and Type Class Description classAddResponseDsmlDSML Decorator for AddResponseConstructors in org.apache.directory.api.dsmlv2.response with parameters of type AddResponse Constructor Description AddResponseDsml(LdapApiService codec, AddResponse ldapMessage)Creates a new getDecoratedMessage() of AddResponseDsml. -
Uses of AddResponse in org.apache.directory.api.ldap.codec.actions.response.add
Method parameters in org.apache.directory.api.ldap.codec.actions.response.add with type arguments of type AddResponse Modifier and Type Method Description voidInitAddResponse. action(LdapMessageContainer<AddResponse> container)The action to be executed. -
Uses of AddResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement AddResponse Modifier and Type Class Description classAddResponseImplAddResponse implementation.Methods in org.apache.directory.api.ldap.model.message that return AddResponse Modifier and Type Method Description AddResponseAddRequestImpl. getResultResponse()The result containing response for this request. -
Uses of AddResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement AddResponse Modifier and Type Class Description classAddNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Add response. -
Uses of AddResponse in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return AddResponse 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. -
Uses of AddResponse in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return AddResponse Modifier and Type Method Description AddResponseLdapConnectionOperations. add(AddRequest addRequest)Adds an entry specified by an AddRequest to the LDAP server.AddResponseLdapConnectionOperations. add(Dn dn, Attribute... attributes)Adds an entry specified by a Dn and an array of Attribute's to the LDAP server.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(AddRequest addRequest)Adds an entry specified by an AddRequest to the LDAP server.AddResponseLdapConnectionTemplate. add(Dn dn, Attribute... attributes)Adds an entry specified by a Dn and an array of Attribute's 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.
-