Class UserPasswordInformation


  • public class UserPasswordInformation
    extends Object
    UserPasswordInformation.
    • Constructor Detail

      • UserPasswordInformation

        public UserPasswordInformation()
    • Method Detail

      • getCurrentPassword

        public String getCurrentPassword()
        The user's current password to be changed..
        Returns:
        currentPassword
      • setCurrentPassword

        public void setCurrentPassword​(String currentPassword)
        setCurrentPassword.
      • getEmail

        public String getEmail()
        The user's email address for the associated account..
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        setEmail.
      • getForgottenPasswordInfo

        public ForgottenPasswordInformation getForgottenPasswordInfo()
        A complex element containing up to four Question/Answer pairs for forgotten password information..
        Returns:
        forgottenPasswordInfo
      • setForgottenPasswordInfo

        public void setForgottenPasswordInfo​(ForgottenPasswordInformation forgottenPasswordInfo)
        setForgottenPasswordInfo.
      • getNewPassword

        public String getNewPassword()
        The user's new password..
        Returns:
        newPassword
      • setNewPassword

        public void setNewPassword​(String newPassword)
        setNewPassword.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object