public static enum WafBlockedRequest.WafFeature extends Enum<WafBlockedRequest.WafFeature> implements BmcEnum
The specific Web Application Firewall feature that blocked the requests, such as JavaScript Challenge or Access Control.
Enum Constant and Description |
---|
AccessRules |
AddressRateLimiting |
Captcha |
DeviceFingerprintChallenge |
HumanInteractionChallenge |
JsChallenge |
ProtectionRules |
ThreatFeeds |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static WafBlockedRequest.WafFeature |
create(String key) |
String |
getValue() |
static WafBlockedRequest.WafFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WafBlockedRequest.WafFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WafBlockedRequest.WafFeature ProtectionRules
public static final WafBlockedRequest.WafFeature JsChallenge
public static final WafBlockedRequest.WafFeature AccessRules
public static final WafBlockedRequest.WafFeature ThreatFeeds
public static final WafBlockedRequest.WafFeature HumanInteractionChallenge
public static final WafBlockedRequest.WafFeature DeviceFingerprintChallenge
public static final WafBlockedRequest.WafFeature Captcha
public static final WafBlockedRequest.WafFeature AddressRateLimiting
public static final WafBlockedRequest.WafFeature UnknownEnumValue
public static WafBlockedRequest.WafFeature[] values()
for (WafBlockedRequest.WafFeature c : WafBlockedRequest.WafFeature.values()) System.out.println(c);
public static WafBlockedRequest.WafFeature valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static WafBlockedRequest.WafFeature create(String key)
Copyright © 2016–2024. All rights reserved.