Interface ISelfServicePasswordReset

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISelfServicePasswordReset
    extends com4j.Com4jObject
    For HP use. ICustomizationFields Internal functionality
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isSSPREnabled()
      Checks whether Self-Service Password Reset is enabled.
      void ssprChangePassword​(String password, String ssprCipher, String name)
      Send the new password, SSPR_CIPHER, name (the user name that user entered in change password window, if it is impersonate this meby different from the real user name), to the server.
      void ssprSendMail​(String userName)
      Send email that contain SSPR_LINK (URL + Cipher (user name + GUID) ) for change password window.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • ssprSendMail

        void ssprSendMail​(String userName)

        Send email that contain SSPR_LINK (URL + Cipher (user name + GUID) ) for change password window.

        Parameters:
        userName - Mandatory java.lang.String parameter.
      • ssprChangePassword

        void ssprChangePassword​(String password,
                                String ssprCipher,
                                String name)

        Send the new password, SSPR_CIPHER, name (the user name that user entered in change password window, if it is impersonate this meby different from the real user name), to the server.

        Parameters:
        password - Mandatory java.lang.String parameter.
        ssprCipher - Mandatory java.lang.String parameter.
        name - Mandatory java.lang.String parameter.
      • isSSPREnabled

        boolean isSSPREnabled()

        Checks whether Self-Service Password Reset is enabled.

        Returns:
        Returns a value of type boolean