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 o) |
WafConfig.Builder |
WafConfig.Builder.deviceFingerprintChallenge(DeviceFingerprintChallenge deviceFingerprintChallenge) |
WafConfigDetails.Builder |
WafConfigDetails.Builder.deviceFingerprintChallenge(DeviceFingerprintChallenge deviceFingerprintChallenge) |
Constructor and Description |
---|
WafConfig(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
List<GoodBot> goodBots,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
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,
ProtectionSettings protectionSettings,
List<Whitelist> whitelists)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeviceFingerprintChallenge |
UpdateDeviceFingerprintChallengeRequest.getUpdateDeviceFingerprintChallengeDetails()
The device fingerprint challenge settings to be updated.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeviceFingerprintChallengeRequest.Builder |
UpdateDeviceFingerprintChallengeRequest.Builder.updateDeviceFingerprintChallengeDetails(DeviceFingerprintChallenge updateDeviceFingerprintChallengeDetails) |
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) |
Copyright © 2016–2019. All rights reserved.