org.owasp.esapi
public static class SecurityConfiguration.Threshold extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
actions
The list of actions to take if the threshold is met.
|
int |
count
The count at which this threshold is triggered.
|
long |
interval
The time frame within which 'count' number of actions has to be detected in order to
trigger this threshold.
|
java.lang.String |
name
The name of this threshold.
|
| Constructor and Description |
|---|
SecurityConfiguration.Threshold(java.lang.String name,
int count,
long interval,
java.util.List<java.lang.String> actions)
Constructs a threshold that is composed of its name, its threshold count, the time window for
the threshold, and the actions to take if the threshold is triggered.
|
public java.lang.String name
public int count
public long interval
public java.util.List<java.lang.String> actions
public SecurityConfiguration.Threshold(java.lang.String name,
int count,
long interval,
java.util.List<java.lang.String> actions)
name - The name of this threshold.count - The count at which this threshold is triggered.interval - The time frame within which 'count' number of actions has to be detected in order to
trigger this threshold.actions - The list of actions to take if the threshold is met.Copyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.