Uses of Class
com.oracle.bmc.waas.model.DeviceFingerprintChallenge.Action
-
Packages that use DeviceFingerprintChallenge.Action Package Description com.oracle.bmc.waas.model -
-
Uses of DeviceFingerprintChallenge.Action in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return DeviceFingerprintChallenge.Action Modifier and Type Method Description static DeviceFingerprintChallenge.Action
DeviceFingerprintChallenge.Action. create(String key)
DeviceFingerprintChallenge.Action
DeviceFingerprintChallenge. getAction()
The action to take on requests from detected bots.static DeviceFingerprintChallenge.Action
DeviceFingerprintChallenge.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeviceFingerprintChallenge.Action[]
DeviceFingerprintChallenge.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.model with parameters of type DeviceFingerprintChallenge.Action Modifier and Type Method Description DeviceFingerprintChallenge.Builder
DeviceFingerprintChallenge.Builder. action(DeviceFingerprintChallenge.Action action)
The action to take on requests from detected bots.Constructors in com.oracle.bmc.waas.model with parameters of type DeviceFingerprintChallenge.Action Constructor Description DeviceFingerprintChallenge(Boolean isEnabled, DeviceFingerprintChallenge.Action action, Integer failureThreshold, Integer actionExpirationInSeconds, Integer failureThresholdExpirationInSeconds, Integer maxAddressCount, Integer maxAddressCountExpirationInSeconds, BlockChallengeSettings challengeSettings)
Deprecated.
-