Uses of Interface
org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse
-
Packages that use PasswordModifyResponse Package Description org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify org.apache.directory.api.ldap.extras.extended.pwdModify -
-
Uses of PasswordModifyResponse in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify that return PasswordModifyResponse Modifier and Type Method Description PasswordModifyResponsePasswordModifyResponseContainer. getPwdModifyResponse()PasswordModifyResponsePasswordModifyFactory. newResponse()Creates a new ExtendedResponse, for the ExtendedRequest with no valuePasswordModifyResponsePasswordModifyFactory. newResponse(byte[] encodedValue)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.pwdModify with parameters of type PasswordModifyResponse Modifier and Type Method Description voidPasswordModifyResponseContainer. setPasswordModifyResponse(PasswordModifyResponse passwordModifyResponse)Set a PasswordModifyResponse Object into the container. -
Uses of PasswordModifyResponse in org.apache.directory.api.ldap.extras.extended.pwdModify
Classes in org.apache.directory.api.ldap.extras.extended.pwdModify that implement PasswordModifyResponse Modifier and Type Class Description classPasswordModifyResponseImplThe RFC 3062 PwdModify response :Methods in org.apache.directory.api.ldap.extras.extended.pwdModify that return PasswordModifyResponse Modifier and Type Method Description PasswordModifyResponsePasswordModifyRequestImpl. getResultResponse()The result containing response for this request.
-