Package | Description |
---|---|
com.oracle.bmc.waas.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 . |
Constructor and Description |
---|
BlockChallengeSettings(BlockChallengeSettings.BlockAction blockAction,
Integer blockResponseCode,
String blockErrorPageMessage,
String blockErrorPageDescription,
String blockErrorPageCode,
String captchaTitle,
String captchaHeader,
String captchaFooter,
String captchaSubmitLabel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.