Package | Description |
---|---|
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
ProtectionSettings |
ProtectionSettings.Builder.build() |
ProtectionSettings |
WafConfig.getProtectionSettings()
The settings to apply to protection rules.
|
ProtectionSettings |
WafConfigDetails.getProtectionSettings()
The settings to apply to protection rules.
|
Modifier and Type | Method and Description |
---|---|
ProtectionSettings.Builder |
ProtectionSettings.Builder.copy(ProtectionSettings o) |
WafConfig.Builder |
WafConfig.Builder.protectionSettings(ProtectionSettings protectionSettings) |
WafConfigDetails.Builder |
WafConfigDetails.Builder.protectionSettings(ProtectionSettings protectionSettings) |
Constructor and Description |
---|
WafConfig(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
List<GoodBot> goodBots,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
List<ProtectionRule> protectionRules,
ProtectionSettings protectionSettings,
List<ThreatFeed> threatFeeds,
List<Whitelist> whitelists)
Deprecated.
|
WafConfigDetails(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
ProtectionSettings protectionSettings,
List<Whitelist> whitelists)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProtectionSettings |
UpdateProtectionSettingsRequest.getUpdateProtectionSettingsDetails()
The details of the protection settings to be updated.
|
Modifier and Type | Method and Description |
---|---|
UpdateProtectionSettingsRequest.Builder |
UpdateProtectionSettingsRequest.Builder.updateProtectionSettingsDetails(ProtectionSettings updateProtectionSettingsDetails) |
Modifier and Type | Method and Description |
---|---|
ProtectionSettings |
GetProtectionSettingsResponse.getProtectionSettings()
The returned ProtectionSettings instance.
|
Modifier and Type | Method and Description |
---|---|
GetProtectionSettingsResponse.Builder |
GetProtectionSettingsResponse.Builder.protectionSettings(ProtectionSettings protectionSettings) |
Copyright © 2016–2019. All rights reserved.