Uses of Class
com.oracle.bmc.waas.model.JsChallenge.Action
-
Packages that use JsChallenge.Action Package Description com.oracle.bmc.waas.model -
-
Uses of JsChallenge.Action in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return JsChallenge.Action Modifier and Type Method Description static JsChallenge.Action
JsChallenge.Action. create(String key)
JsChallenge.Action
JsChallenge. getAction()
The action to take against requests from detected bots.static JsChallenge.Action
JsChallenge.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsChallenge.Action[]
JsChallenge.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 JsChallenge.Action Modifier and Type Method Description JsChallenge.Builder
JsChallenge.Builder. action(JsChallenge.Action action)
The action to take against requests from detected bots.Constructors in com.oracle.bmc.waas.model with parameters of type JsChallenge.Action Constructor Description JsChallenge(Boolean isEnabled, JsChallenge.Action action, Integer failureThreshold, Integer actionExpirationInSeconds, Header setHttpHeader, BlockChallengeSettings challengeSettings, Boolean areRedirectsChallenged, List<AccessRuleCriteria> criteria, Boolean isNatEnabled)
Deprecated.
-