java.lang.Object
de.stklcode.jvault.connector.model.response.embedded.UserLockoutConfig
All Implemented Interfaces:
Serializable

public class UserLockoutConfig extends Object implements Serializable
Embedded user lockout config output.
Since:
1.2
Author:
Stefan Kalscheuer
See Also:
  • Constructor Details Link icon

    • UserLockoutConfig Link icon

      public UserLockoutConfig()
  • Method Details Link icon

    • getLockoutThreshold Link icon

      public Integer getLockoutThreshold()
      Returns:
      Lockout threshold
    • getLockoutDuration Link icon

      public Integer getLockoutDuration()
      Returns:
      Lockout duration
    • getLockoutCounterResetDuration Link icon

      public Integer getLockoutCounterResetDuration()
      Returns:
      Lockout counter reset duration
    • getLockoutDisable Link icon

      public Boolean getLockoutDisable()
      Returns:
      Lockout disabled?
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object