Interface EnumChangePasswordEvents

    • Field Detail

      • WebEventChangePassword

        static final int WebEventChangePassword
        Identifier for the event that updates the user password in the I-Server requested. This event calls up a series of validations before the change to take place. Any errors found while attempting to change the password shall be notified to the user. Also, as part of the change password procedure, if successful, it implies a new I-Server session will be opened for the user.
        See Also:
        Constant Field Values
      • WebEventArgumentPort

        static final int WebEventArgumentPort
        Identifier for the argument that indicates the server port number to be used for the event requested. Usage:
        Since it's the WebAppSessionManager the one that by default processes the session-related requests, it is required that the actual name of this argument is the same as EnumWebParameters.WebParameterLoginPort
        See Also:
        Constant Field Values
      • WebEventArgumentLogin

        static final int WebEventArgumentLogin
        Identifier for the argument that indicates the user login name to be used for the event requested. Usage:
        Since it's the WebAppSessionManager the one that by default processes the session-related requests, it is required that the actual name of this argument is the same as EnumWebParameters.WebParameterLoginUser
        See Also:
        Constant Field Values
      • WebEventArgumentPassword

        static final int WebEventArgumentPassword
        Identifier for the argument that indicates the user login password to be used for the event requested. Usage:
        Since it's the WebAppSessionManager the one that by default processes the session-related requests, it is required that the actual name of this argument is the same as EnumWebParameters.WebParameterLoginP
        See Also:
        Constant Field Values
      • WebEventArgumentNewPassword

        static final int WebEventArgumentNewPassword
        Identifier for the argument that indicates the new user login password to be used for the event requested. Usage:
        Since it's the WebAppSessionManager the one that by default processes the session-related requests, it is required that the actual name of this argument is the same as EnumWebParameters.WebParameterLoginNewP
        See Also:
        Constant Field Values
      • WebEventArgumentNewPasswordConfirmation

        static final int WebEventArgumentNewPasswordConfirmation
        Identifier for the argument that indicates the new user login password confirmation to be used for the event requested. Usage:
        Since it's the WebAppSessionManager the one that by default processes the session-related requests, it is required that the actual name of this argument is the same as EnumWebParameters.WebParameterLoginCheckP. The value of this event argument will be compared against the one provided on the WebEventArgumentNewPassword
        See Also:
        Constant Field Values