Uses of Interface
org.apache.directory.api.ldap.model.message.ModifyResponse
-
-
Uses of ModifyResponse in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement ModifyResponse Modifier and Type Class Description classModifyResponseDsmlDSML Decorator for ModifyResponseConstructors in org.apache.directory.api.dsmlv2.response with parameters of type ModifyResponse Constructor Description ModifyResponseDsml(LdapApiService codec, ModifyResponse ldapMessage)Creates a new getDecoratedMessage() of ModifyResponseDsml. -
Uses of ModifyResponse in org.apache.directory.api.ldap.codec.actions.response.modify
Method parameters in org.apache.directory.api.ldap.codec.actions.response.modify with type arguments of type ModifyResponse Modifier and Type Method Description voidInitModifyResponse. action(LdapMessageContainer<ModifyResponse> container)The action to be executed. -
Uses of ModifyResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement ModifyResponse Modifier and Type Class Description classModifyResponseImplModifyResponse implementationMethods in org.apache.directory.api.ldap.model.message that return ModifyResponse Modifier and Type Method Description ModifyResponseModifyRequestImpl. getResultResponse()The result containing response for this request. -
Uses of ModifyResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement ModifyResponse Modifier and Type Class Description classModifyNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Modify response. -
Uses of ModifyResponse in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return ModifyResponse 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. -
Uses of ModifyResponse in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template that return ModifyResponse Modifier and Type Method Description ModifyResponseLdapConnectionOperations. modify(ModifyRequest modifyRequest)Modifies an entry specified by a ModifyRequest on the LDAP server.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(ModifyRequest modifyRequest)Modifies an entry specified by a ModifyRequest 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.
-