Interface PasswordModifyResponse

    • Field Detail

      • EXTENSION_OID

        static final String EXTENSION_OID
        The OID for the PwdModify extended operation response.
        See Also:
        Constant Field Values
    • Method Detail

      • getGenPassword

        byte[] getGenPassword()
        Get the generated password
        Returns:
        The generated password or null
      • setGenPassword

        void setGenPassword​(byte[] genPassword)
        Set the generated password
        Parameters:
        genPassword - The generated password to set