Package | Description |
---|---|
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
JsChallenge |
JsChallenge.Builder.build() |
JsChallenge |
WafConfig.getJsChallenge()
The JavaScript challenge settings.
|
JsChallenge |
WafConfigDetails.getJsChallenge()
The JavaScript challenge settings.
|
Modifier and Type | Method and Description |
---|---|
JsChallenge.Builder |
JsChallenge.Builder.copy(JsChallenge model) |
WafConfig.Builder |
WafConfig.Builder.jsChallenge(JsChallenge jsChallenge)
The JavaScript challenge settings.
|
WafConfigDetails.Builder |
WafConfigDetails.Builder.jsChallenge(JsChallenge jsChallenge)
The JavaScript 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 |
---|---|
JsChallenge |
UpdateJsChallengeRequest.getBody$()
Alternative accessor for the body parameter.
|
JsChallenge |
UpdateJsChallengeRequest.getUpdateJsChallengeDetails()
The JavaScript challenge settings to be updated.
|
Modifier and Type | Method and Description |
---|---|
UpdateJsChallengeRequest.Builder |
UpdateJsChallengeRequest.Builder.body$(JsChallenge body)
Alternative setter for the body parameter.
|
UpdateJsChallengeRequest.Builder |
UpdateJsChallengeRequest.Builder.updateJsChallengeDetails(JsChallenge updateJsChallengeDetails)
The JavaScript challenge settings to be updated.
|
Modifier and Type | Method and Description |
---|---|
JsChallenge |
GetJsChallengeResponse.getJsChallenge()
The returned
JsChallenge instance. |
Modifier and Type | Method and Description |
---|---|
GetJsChallengeResponse.Builder |
GetJsChallengeResponse.Builder.jsChallenge(JsChallenge jsChallenge)
The returned
JsChallenge instance. |
Copyright © 2016–2024. All rights reserved.