Uses of Class
com.oracle.bmc.waas.model.AccessRuleCriteria
-
Packages that use AccessRuleCriteria Package Description com.oracle.bmc.waas.model -
-
Uses of AccessRuleCriteria in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return AccessRuleCriteria Modifier and Type Method Description AccessRuleCriteria
AccessRuleCriteria.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type AccessRuleCriteria Modifier and Type Method Description List<AccessRuleCriteria>
AccessRule. getCriteria()
The list of access rule criteria.List<AccessRuleCriteria>
JsChallenge. getCriteria()
When defined, the JavaScript Challenge would be applied only for the requests that matched all the listed conditions.Methods in com.oracle.bmc.waas.model with parameters of type AccessRuleCriteria Modifier and Type Method Description AccessRuleCriteria.Builder
AccessRuleCriteria.Builder. copy(AccessRuleCriteria model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type AccessRuleCriteria Modifier and Type Method Description AccessRule.Builder
AccessRule.Builder. criteria(List<AccessRuleCriteria> criteria)
The list of access rule criteria.JsChallenge.Builder
JsChallenge.Builder. criteria(List<AccessRuleCriteria> criteria)
When defined, the JavaScript Challenge would be applied only for the requests that matched all the listed conditions.Constructor parameters in com.oracle.bmc.waas.model with type arguments of type AccessRuleCriteria Constructor Description AccessRule(String name, List<AccessRuleCriteria> criteria, AccessRule.Action action, AccessRule.BlockAction blockAction, Integer blockResponseCode, String blockErrorPageMessage, String blockErrorPageCode, String blockErrorPageDescription, List<AccessRule.BypassChallenges> bypassChallenges, String redirectUrl, AccessRule.RedirectResponseCode redirectResponseCode, String captchaTitle, String captchaHeader, String captchaFooter, String captchaSubmitLabel, List<HeaderManipulationAction> responseHeaderManipulation)
Deprecated.JsChallenge(Boolean isEnabled, JsChallenge.Action action, Integer failureThreshold, Integer actionExpirationInSeconds, Header setHttpHeader, BlockChallengeSettings challengeSettings, Boolean areRedirectsChallenged, List<AccessRuleCriteria> criteria, Boolean isNatEnabled)
Deprecated.
-