Uses of Class
com.oracle.bmc.waas.model.HumanInteractionChallenge
-
Packages that use HumanInteractionChallenge Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of HumanInteractionChallenge in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return HumanInteractionChallenge Modifier and Type Method Description HumanInteractionChallenge
HumanInteractionChallenge.Builder. build()
HumanInteractionChallenge
WafConfig. getHumanInteractionChallenge()
The human interaction challenge settings.HumanInteractionChallenge
WafConfigDetails. getHumanInteractionChallenge()
The human interaction challenge settings.Methods in com.oracle.bmc.waas.model with parameters of type HumanInteractionChallenge Modifier and Type Method 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.Constructors in com.oracle.bmc.waas.model with parameters of type HumanInteractionChallenge 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 HumanInteractionChallenge in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return HumanInteractionChallenge Modifier and Type Method Description HumanInteractionChallenge
UpdateHumanInteractionChallengeRequest. getBody$()
Alternative accessor for the body parameter.HumanInteractionChallenge
UpdateHumanInteractionChallengeRequest. getUpdateHumanInteractionChallengeDetails()
The human interaction challenge settings.Methods in com.oracle.bmc.waas.requests with parameters of type HumanInteractionChallenge Modifier and Type Method 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. -
Uses of HumanInteractionChallenge in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return HumanInteractionChallenge Modifier and Type Method Description HumanInteractionChallenge
GetHumanInteractionChallengeResponse. getHumanInteractionChallenge()
The returned HumanInteractionChallenge instance.Methods in com.oracle.bmc.waas.responses with parameters of type HumanInteractionChallenge Modifier and Type Method Description GetHumanInteractionChallengeResponse.Builder
GetHumanInteractionChallengeResponse.Builder. humanInteractionChallenge(HumanInteractionChallenge humanInteractionChallenge)
The returned HumanInteractionChallenge instance.
-