Defect HC-13679

LogonCmdImpl is missing customization points for wait time

Software

Customer case Applies to Corrected in
CS0260757 V8.0.4.24 9.0.1.18

Observed behavior

The method "isLogonAllowedNow()" cannot be properly customized since inWaitTime is private.

Expected behavior

A protected getter and setter for inWaitTime are needed for customization.

Resolution

New protected methods getInWaitTime and setInWaitTime have been added to LogonCmdImpl.