Uses of Class
com.oracle.bmc.waas.model.DeviceFingerprintChallenge
-
Packages that use DeviceFingerprintChallenge Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of DeviceFingerprintChallenge in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return DeviceFingerprintChallenge Modifier and Type Method Description DeviceFingerprintChallenge
DeviceFingerprintChallenge.Builder. build()
DeviceFingerprintChallenge
WafConfig. getDeviceFingerprintChallenge()
The device fingerprint challenge settings.DeviceFingerprintChallenge
WafConfigDetails. getDeviceFingerprintChallenge()
The device fingerprint challenge settings.Methods in com.oracle.bmc.waas.model with parameters of type DeviceFingerprintChallenge Modifier and Type Method Description DeviceFingerprintChallenge.Builder
DeviceFingerprintChallenge.Builder. copy(DeviceFingerprintChallenge model)
WafConfig.Builder
WafConfig.Builder. deviceFingerprintChallenge(DeviceFingerprintChallenge deviceFingerprintChallenge)
The device fingerprint challenge settings.WafConfigDetails.Builder
WafConfigDetails.Builder. deviceFingerprintChallenge(DeviceFingerprintChallenge deviceFingerprintChallenge)
The device fingerprint challenge settings.Constructors in com.oracle.bmc.waas.model with parameters of type DeviceFingerprintChallenge 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 DeviceFingerprintChallenge in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return DeviceFingerprintChallenge Modifier and Type Method Description DeviceFingerprintChallenge
UpdateDeviceFingerprintChallengeRequest. getBody$()
Alternative accessor for the body parameter.DeviceFingerprintChallenge
UpdateDeviceFingerprintChallengeRequest. getUpdateDeviceFingerprintChallengeDetails()
The device fingerprint challenge settings to be updated.Methods in com.oracle.bmc.waas.requests with parameters of type DeviceFingerprintChallenge Modifier and Type Method Description UpdateDeviceFingerprintChallengeRequest.Builder
UpdateDeviceFingerprintChallengeRequest.Builder. body$(DeviceFingerprintChallenge body)
Alternative setter for the body parameter.UpdateDeviceFingerprintChallengeRequest.Builder
UpdateDeviceFingerprintChallengeRequest.Builder. updateDeviceFingerprintChallengeDetails(DeviceFingerprintChallenge updateDeviceFingerprintChallengeDetails)
The device fingerprint challenge settings to be updated. -
Uses of DeviceFingerprintChallenge in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return DeviceFingerprintChallenge Modifier and Type Method Description DeviceFingerprintChallenge
GetDeviceFingerprintChallengeResponse. getDeviceFingerprintChallenge()
The returned DeviceFingerprintChallenge instance.Methods in com.oracle.bmc.waas.responses with parameters of type DeviceFingerprintChallenge Modifier and Type Method Description GetDeviceFingerprintChallengeResponse.Builder
GetDeviceFingerprintChallengeResponse.Builder. deviceFingerprintChallenge(DeviceFingerprintChallenge deviceFingerprintChallenge)
The returned DeviceFingerprintChallenge instance.
-