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

    • UserLockoutConfig

      public UserLockoutConfig()
  • Method Details

    • getLockoutThreshold

      public Integer getLockoutThreshold()
      Returns:
      Lockout threshold
    • getLockoutDuration

      public Integer getLockoutDuration()
      Returns:
      Lockout duration
    • getLockoutCounterResetDuration

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object