Uses of Interface
org.apache.directory.api.ldap.model.message.ModifyDnResponse
-
-
Uses of ModifyDnResponse in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement ModifyDnResponse Modifier and Type Class Description classModDNResponseDsmlDSML Decorator for ModDNResponseConstructors in org.apache.directory.api.dsmlv2.response with parameters of type ModifyDnResponse Constructor Description ModDNResponseDsml(LdapApiService codec, ModifyDnResponse ldapMessage)Creates a new getDecoratedMessage() of ModDNResponseDsml. -
Uses of ModifyDnResponse in org.apache.directory.api.ldap.codec.actions.response.modifydn
Method parameters in org.apache.directory.api.ldap.codec.actions.response.modifydn with type arguments of type ModifyDnResponse Modifier and Type Method Description voidInitModifyDnResponse. action(LdapMessageContainer<ModifyDnResponse> container)The action to be executed. -
Uses of ModifyDnResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement ModifyDnResponse Modifier and Type Class Description classModifyDnResponseImplModifyDnResponse implementationMethods in org.apache.directory.api.ldap.model.message that return ModifyDnResponse Modifier and Type Method Description ModifyDnResponseModifyDnRequestImpl. getResultResponse()The result containing response for this request. -
Uses of ModifyDnResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement ModifyDnResponse Modifier and Type Class Description classModifyDnNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response. -
Uses of ModifyDnResponse in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return ModifyDnResponse 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.
-