Package com.oracle.bmc.waas.requests
Enum ListWafBlockedRequestsRequest.WafFeature
- java.lang.Object
- 
- java.lang.Enum<ListWafBlockedRequestsRequest.WafFeature>
- 
- com.oracle.bmc.waas.requests.ListWafBlockedRequestsRequest.WafFeature
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<ListWafBlockedRequestsRequest.WafFeature>
 - Enclosing class:
- ListWafBlockedRequestsRequest
 
 public static enum ListWafBlockedRequestsRequest.WafFeature extends Enum<ListWafBlockedRequestsRequest.WafFeature> implements BmcEnum Filter stats by the Web Application Firewall feature that triggered the block action.If unspecified, data for all WAF features will be returned. 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description AccessRulesAddressRateLimitingCaptchaDeviceFingerprintChallengeHumanInteractionChallengeJsChallengeProtectionRulesThreatFeeds
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWafBlockedRequestsRequest.WafFeaturecreate(String key)StringgetValue()static ListWafBlockedRequestsRequest.WafFeaturevalueOf(String name)Returns the enum constant of this type with the specified name.static ListWafBlockedRequestsRequest.WafFeature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
ProtectionRulespublic static final ListWafBlockedRequestsRequest.WafFeature ProtectionRules 
 - 
JsChallengepublic static final ListWafBlockedRequestsRequest.WafFeature JsChallenge 
 - 
AccessRulespublic static final ListWafBlockedRequestsRequest.WafFeature AccessRules 
 - 
ThreatFeedspublic static final ListWafBlockedRequestsRequest.WafFeature ThreatFeeds 
 - 
HumanInteractionChallengepublic static final ListWafBlockedRequestsRequest.WafFeature HumanInteractionChallenge 
 - 
DeviceFingerprintChallengepublic static final ListWafBlockedRequestsRequest.WafFeature DeviceFingerprintChallenge 
 - 
Captchapublic static final ListWafBlockedRequestsRequest.WafFeature Captcha 
 - 
AddressRateLimitingpublic static final ListWafBlockedRequestsRequest.WafFeature AddressRateLimiting 
 
- 
 - 
Method Detail- 
valuespublic static ListWafBlockedRequestsRequest.WafFeature[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListWafBlockedRequestsRequest.WafFeature c : ListWafBlockedRequestsRequest.WafFeature.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static ListWafBlockedRequestsRequest.WafFeature valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static ListWafBlockedRequestsRequest.WafFeature create(String key) 
 
- 
 
-