Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and Description |
---|---|
BlockChallengeSettings |
BlockChallengeSettings.Builder.build() |
BlockChallengeSettings |
HumanInteractionChallenge.getChallengeSettings() |
BlockChallengeSettings |
DeviceFingerprintChallenge.getChallengeSettings() |
BlockChallengeSettings |
JsChallenge.getChallengeSettings() |
Modifier and Type | Method and Description |
---|---|
HumanInteractionChallenge.Builder |
HumanInteractionChallenge.Builder.challengeSettings(BlockChallengeSettings challengeSettings) |
DeviceFingerprintChallenge.Builder |
DeviceFingerprintChallenge.Builder.challengeSettings(BlockChallengeSettings challengeSettings) |
JsChallenge.Builder |
JsChallenge.Builder.challengeSettings(BlockChallengeSettings challengeSettings) |
BlockChallengeSettings.Builder |
BlockChallengeSettings.Builder.copy(BlockChallengeSettings model) |
Constructor and Description |
---|
DeviceFingerprintChallenge(Boolean isEnabled,
DeviceFingerprintChallenge.Action action,
Integer failureThreshold,
Integer actionExpirationInSeconds,
Integer failureThresholdExpirationInSeconds,
Integer maxAddressCount,
Integer maxAddressCountExpirationInSeconds,
BlockChallengeSettings challengeSettings)
Deprecated.
|
HumanInteractionChallenge(Boolean isEnabled,
HumanInteractionChallenge.Action action,
Integer failureThreshold,
Integer actionExpirationInSeconds,
Integer failureThresholdExpirationInSeconds,
Integer interactionThreshold,
Integer recordingPeriodInSeconds,
Header setHttpHeader,
BlockChallengeSettings challengeSettings,
Boolean isNatEnabled)
Deprecated.
|
JsChallenge(Boolean isEnabled,
JsChallenge.Action action,
Integer failureThreshold,
Integer actionExpirationInSeconds,
Header setHttpHeader,
BlockChallengeSettings challengeSettings,
Boolean areRedirectsChallenged,
List<AccessRuleCriteria> criteria,
Boolean isNatEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.