Klasse AccountLockSettings.AccountLockSettingsBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.AccountLockSettings.AccountLockSettingsBuilder
- Umschließende Klasse:
AccountLockSettings
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungappliesToUsers(String appliesToUsers) List of users to whom the account locking settings apply.blockDuration(String blockDuration) Duration for which the account remains locked.blockDurationUnit(String blockDurationUnit) The unit for the duration specified under 'blockDuration' field.build()Specifies whether to enable the account locking settings.maximumLoginAttempts(String maximumLoginAttempts) Number of attempts in the specified time interval (specified using timeInterval and timeIntervalUnit fields) to provide the correct password before locking the accountrestrictLoginForUsersInDefaultTeam(String restrictLoginForUsersInDefaultTeam) Specifies whether to restrict login for users who are not part of any team other than Default.timeInterval(String timeInterval) The time interval within which the number of wrong login attempts exceeding the value specified in 'maximumLoginAttempts' will result in locking the account.timeIntervalUnit(String timeIntervalUnit) The unit for the time interval specified in the 'timeInterval' field.toString()
-
Methodendetails
-
appliesToUsers
List of users to whom the account locking settings apply. Possible values are 'allUsersExceptPredefinedUsers' and 'allUsers'. 'allUsersExceptPredefinedUsers' indicates that account locking rules apply to all user accounts except the predefined user accounts. 'allUsers' indicates the account locking rules apply to all user accounts.- Gibt zurück:
this.
-
blockDuration
Duration for which the account remains locked.- Gibt zurück:
this.
-
blockDurationUnit
The unit for the duration specified under 'blockDuration' field. Possible values are 'Minutes', 'Hours', 'Days'.- Gibt zurück:
this.
-
isEnabled
Specifies whether to enable the account locking settings. Possible values are 'true' and 'false'- Gibt zurück:
this.
-
maximumLoginAttempts
public AccountLockSettings.AccountLockSettingsBuilder maximumLoginAttempts(String maximumLoginAttempts) Number of attempts in the specified time interval (specified using timeInterval and timeIntervalUnit fields) to provide the correct password before locking the account- Gibt zurück:
this.
-
restrictLoginForUsersInDefaultTeam
public AccountLockSettings.AccountLockSettingsBuilder restrictLoginForUsersInDefaultTeam(String restrictLoginForUsersInDefaultTeam) Specifies whether to restrict login for users who are not part of any team other than Default. By default the value is false.- Gibt zurück:
this.
-
timeInterval
The time interval within which the number of wrong login attempts exceeding the value specified in 'maximumLoginAttempts' will result in locking the account.- Gibt zurück:
this.
-
timeIntervalUnit
The unit for the time interval specified in the 'timeInterval' field. Possible values are 'Minutes', 'Hours', 'Days'.- Gibt zurück:
this.
-
build
-
toString
-