Class AuthenticationResourceLockProperties

java.lang.Object
com.broadleafcommerce.auth.user.service.autoconfigure.AuthenticationResourceLockProperties

@ConfigurationProperties("broadleaf.auth.resource.lock") public class AuthenticationResourceLockProperties extends Object
Author:
Sunny Yu
  • Constructor Details

    • AuthenticationResourceLockProperties

      public AuthenticationResourceLockProperties()
  • Method Details

    • getUserLockTtl

      public Duration getUserLockTtl()
      The amount of time that a user resource lock is held, before it expires.
    • setUserLockTtl

      public void setUserLockTtl(Duration userLockTtl)
      The amount of time that a user resource lock is held, before it expires.