Uses of Class
com.oracle.bmc.waas.model.BlockChallengeSettings
-
Packages that use BlockChallengeSettings Package Description com.oracle.bmc.waas.model -
-
Uses of BlockChallengeSettings in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return BlockChallengeSettings Modifier and Type Method Description BlockChallengeSettings
BlockChallengeSettings.Builder. build()
BlockChallengeSettings
DeviceFingerprintChallenge. getChallengeSettings()
BlockChallengeSettings
HumanInteractionChallenge. getChallengeSettings()
BlockChallengeSettings
JsChallenge. getChallengeSettings()
Methods in com.oracle.bmc.waas.model with parameters of type BlockChallengeSettings Modifier and Type Method Description DeviceFingerprintChallenge.Builder
DeviceFingerprintChallenge.Builder. challengeSettings(BlockChallengeSettings challengeSettings)
HumanInteractionChallenge.Builder
HumanInteractionChallenge.Builder. challengeSettings(BlockChallengeSettings challengeSettings)
JsChallenge.Builder
JsChallenge.Builder. challengeSettings(BlockChallengeSettings challengeSettings)
BlockChallengeSettings.Builder
BlockChallengeSettings.Builder. copy(BlockChallengeSettings model)
Constructors in com.oracle.bmc.waas.model with parameters of type BlockChallengeSettings Constructor 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.
-