Package | Description |
---|---|
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
DeviceFingerprintChallenge |
DeviceFingerprintChallenge.Builder.build() |
DeviceFingerprintChallenge |
WafConfig.getDeviceFingerprintChallenge()
The device fingerprint challenge settings.
|
DeviceFingerprintChallenge |
WafConfigDetails.getDeviceFingerprintChallenge()
The device fingerprint challenge settings.
|
Modifier and Type | Method and 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.
|
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 |
---|---|
DeviceFingerprintChallenge |
UpdateDeviceFingerprintChallengeRequest.getBody$()
Alternative accessor for the body parameter.
|
DeviceFingerprintChallenge |
UpdateDeviceFingerprintChallengeRequest.getUpdateDeviceFingerprintChallengeDetails()
The device fingerprint challenge settings to be updated.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DeviceFingerprintChallenge |
GetDeviceFingerprintChallengeResponse.getDeviceFingerprintChallenge()
The returned
DeviceFingerprintChallenge instance. |
Modifier and Type | Method and Description |
---|---|
GetDeviceFingerprintChallengeResponse.Builder |
GetDeviceFingerprintChallengeResponse.Builder.deviceFingerprintChallenge(DeviceFingerprintChallenge deviceFingerprintChallenge)
The returned
DeviceFingerprintChallenge instance. |
Copyright © 2016–2024. All rights reserved.