Uses of Class
com.oracle.bmc.waas.model.BlockChallengeSettings.BlockAction
-
Packages that use BlockChallengeSettings.BlockAction Package Description com.oracle.bmc.waas.model -
-
Uses of BlockChallengeSettings.BlockAction in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return BlockChallengeSettings.BlockAction Modifier and Type Method Description static BlockChallengeSettings.BlockAction
BlockChallengeSettings.BlockAction. create(String key)
BlockChallengeSettings.BlockAction
BlockChallengeSettings. getBlockAction()
The method used to block requests that fail the challenge, if action is set to BLOCK.static BlockChallengeSettings.BlockAction
BlockChallengeSettings.BlockAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlockChallengeSettings.BlockAction[]
BlockChallengeSettings.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 BlockChallengeSettings.BlockAction Modifier and Type Method Description BlockChallengeSettings.Builder
BlockChallengeSettings.Builder. blockAction(BlockChallengeSettings.BlockAction blockAction)
The method used to block requests that fail the challenge, if action is set to BLOCK.Constructors in com.oracle.bmc.waas.model with parameters of type BlockChallengeSettings.BlockAction Constructor Description BlockChallengeSettings(BlockChallengeSettings.BlockAction blockAction, Integer blockResponseCode, String blockErrorPageMessage, String blockErrorPageDescription, String blockErrorPageCode, String captchaTitle, String captchaHeader, String captchaFooter, String captchaSubmitLabel)
Deprecated.
-