Defect HC-13041

LogonCmdImpl does not have customization points for wait time

Software

Customer case Applies to Corrected in
CS0260757 V8.0.4.24 8.0.4.28

Observed behavior

When customizing LogonCmdImpl, it is not possible to set the wait for re-logon time in private variable inWaitTime.

Expected behavior

The wait time before re-logon should be adjustable.

Resolution

The code was updated to add protected setter and getter functions for the inWaitTime variable. The extending class can use those functions to adjust the wait time (in seconds) for the user to be able to logon again.