Package | Description |
---|---|
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
HumanInteractionChallenge |
HumanInteractionChallenge.Builder.build() |
HumanInteractionChallenge |
WafConfig.getHumanInteractionChallenge()
The human interaction challenge settings.
|
HumanInteractionChallenge |
WafConfigDetails.getHumanInteractionChallenge()
The human interaction challenge settings.
|
Modifier and Type | Method and Description |
---|---|
HumanInteractionChallenge.Builder |
HumanInteractionChallenge.Builder.copy(HumanInteractionChallenge model) |
WafConfig.Builder |
WafConfig.Builder.humanInteractionChallenge(HumanInteractionChallenge humanInteractionChallenge)
The human interaction challenge settings.
|
WafConfigDetails.Builder |
WafConfigDetails.Builder.humanInteractionChallenge(HumanInteractionChallenge humanInteractionChallenge)
The human interaction challenge settings.
|
Constructor and Description |
---|
WafConfig(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
List<GoodBot> goodBots,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
List<CachingRule> cachingRules,
List<CustomProtectionRuleSetting> customProtectionRules,
List<String> originGroups,
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,
List<CachingRule> cachingRules,
List<CustomProtectionRuleSetting> customProtectionRules,
List<String> originGroups,
ProtectionSettings protectionSettings,
List<Whitelist> whitelists)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HumanInteractionChallenge |
UpdateHumanInteractionChallengeRequest.getBody$()
Alternative accessor for the body parameter.
|
HumanInteractionChallenge |
UpdateHumanInteractionChallengeRequest.getUpdateHumanInteractionChallengeDetails()
The human interaction challenge settings.
|
Modifier and Type | Method and Description |
---|---|
UpdateHumanInteractionChallengeRequest.Builder |
UpdateHumanInteractionChallengeRequest.Builder.body$(HumanInteractionChallenge body)
Alternative setter for the body parameter.
|
UpdateHumanInteractionChallengeRequest.Builder |
UpdateHumanInteractionChallengeRequest.Builder.updateHumanInteractionChallengeDetails(HumanInteractionChallenge updateHumanInteractionChallengeDetails)
The human interaction challenge settings.
|
Modifier and Type | Method and Description |
---|---|
HumanInteractionChallenge |
GetHumanInteractionChallengeResponse.getHumanInteractionChallenge()
The returned
HumanInteractionChallenge instance. |
Modifier and Type | Method and Description |
---|---|
GetHumanInteractionChallengeResponse.Builder |
GetHumanInteractionChallengeResponse.Builder.humanInteractionChallenge(HumanInteractionChallenge humanInteractionChallenge)
The returned
HumanInteractionChallenge instance. |
Copyright © 2016–2024. All rights reserved.