Uses of Class
com.oracle.bmc.waas.model.AccessRule.BlockAction
-
Packages that use AccessRule.BlockAction Package Description com.oracle.bmc.waas.model -
-
Uses of AccessRule.BlockAction in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return AccessRule.BlockAction Modifier and Type Method Description static AccessRule.BlockAction
AccessRule.BlockAction. create(String key)
AccessRule.BlockAction
AccessRule. getBlockAction()
The method used to block requests if action is set to BLOCK and the access criteria are met.static AccessRule.BlockAction
AccessRule.BlockAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessRule.BlockAction[]
AccessRule.BlockAction. 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 AccessRule.BlockAction Modifier and Type Method Description AccessRule.Builder
AccessRule.Builder. blockAction(AccessRule.BlockAction blockAction)
The method used to block requests if action is set to BLOCK and the access criteria are met.Constructors in com.oracle.bmc.waas.model with parameters of type AccessRule.BlockAction 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.
-