Uses of Class
com.oracle.bmc.waas.model.AccessRule.Action
-
Packages that use AccessRule.Action Package Description com.oracle.bmc.waas.model -
-
Uses of AccessRule.Action in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return AccessRule.Action Modifier and Type Method Description static AccessRule.Action
AccessRule.Action. create(String key)
AccessRule.Action
AccessRule. getAction()
The action to take when the access criteria are met for a rule.static AccessRule.Action
AccessRule.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessRule.Action[]
AccessRule.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 AccessRule.Action Modifier and Type Method Description AccessRule.Builder
AccessRule.Builder. action(AccessRule.Action action)
The action to take when the access criteria are met for a rule.Constructors in com.oracle.bmc.waas.model with parameters of type AccessRule.Action 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.
-