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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount of time that a user resource lock is held, before it expires.void
setUserLockTtl
(Duration userLockTtl) The amount of time that a user resource lock is held, before it expires.
-
Constructor Details
-
AuthenticationResourceLockProperties
public AuthenticationResourceLockProperties()
-
-
Method Details
-
getUserLockTtl
The amount of time that a user resource lock is held, before it expires. -
setUserLockTtl
The amount of time that a user resource lock is held, before it expires.
-