public class BruteAttackRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
BruteAttackRule() |
BruteAttackRule(BruteAttackRule source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLoginFailTimes()
Get Number of failed attempts during the brute force event
|
Long |
getTimeRange()
Get Timeframe of the brute force event (unit: second)
|
void |
setLoginFailTimes(Long LoginFailTimes)
Set Number of failed attempts during the brute force event
|
void |
setTimeRange(Long TimeRange)
Set Timeframe of the brute force event (unit: second)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BruteAttackRule()
public BruteAttackRule(BruteAttackRule source)
public Long getTimeRange()
public void setTimeRange(Long TimeRange)
TimeRange
- Timeframe of the brute force event (unit: second)public Long getLoginFailTimes()
public void setLoginFailTimes(Long LoginFailTimes)
LoginFailTimes
- Number of failed attempts during the brute force eventCopyright © 2024. All rights reserved.