Uses of Interface
org.apache.directory.api.ldap.model.message.ModifyDnResponse
-
Packages that use ModifyDnResponse Package Description org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.message.extended -
-
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 implementationFields in org.apache.directory.api.ldap.model.message declared as ModifyDnResponse Modifier and Type Field Description private ModifyDnResponseModifyDnRequestImpl. responseThe associated responseMethods 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.
-