Uses of Class
com.oracle.bmc.waas.model.JsChallenge
-
Packages that use JsChallenge Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of JsChallenge in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return JsChallenge Modifier and Type Method Description JsChallenge
JsChallenge.Builder. build()
JsChallenge
WafConfig. getJsChallenge()
The JavaScript challenge settings.JsChallenge
WafConfigDetails. getJsChallenge()
The JavaScript challenge settings.Methods in com.oracle.bmc.waas.model with parameters of type JsChallenge Modifier and Type Method 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.Constructors in com.oracle.bmc.waas.model with parameters of type JsChallenge Constructor 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. -
Uses of JsChallenge in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return JsChallenge Modifier and Type Method Description JsChallenge
UpdateJsChallengeRequest. getBody$()
Alternative accessor for the body parameter.JsChallenge
UpdateJsChallengeRequest. getUpdateJsChallengeDetails()
The JavaScript challenge settings to be updated.Methods in com.oracle.bmc.waas.requests with parameters of type JsChallenge Modifier and Type Method 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. -
Uses of JsChallenge in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return JsChallenge Modifier and Type Method Description JsChallenge
GetJsChallengeResponse. getJsChallenge()
The returned JsChallenge instance.Methods in com.oracle.bmc.waas.responses with parameters of type JsChallenge Modifier and Type Method Description GetJsChallengeResponse.Builder
GetJsChallengeResponse.Builder. jsChallenge(JsChallenge jsChallenge)
The returned JsChallenge instance.
-