public class RiskExceptionConfigurationType extends Object implements Serializable
The type of the configuration to override the risk decision.
| Constructor and Description |
|---|
RiskExceptionConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getBlockedIPRangeList()
Overrides the risk decision to always block the pre-authentication
requests.
|
List<String> |
getSkippedIPRangeList()
Risk detection is not performed on the IP addresses in the range list.
|
int |
hashCode() |
void |
setBlockedIPRangeList(Collection<String> blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication
requests.
|
void |
setSkippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection is not performed on the IP addresses in the range list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RiskExceptionConfigurationType |
withBlockedIPRangeList(Collection<String> blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication
requests.
|
RiskExceptionConfigurationType |
withBlockedIPRangeList(String... blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication
requests.
|
RiskExceptionConfigurationType |
withSkippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection is not performed on the IP addresses in the range list.
|
RiskExceptionConfigurationType |
withSkippedIPRangeList(String... skippedIPRangeList)
Risk detection is not performed on the IP addresses in the range list.
|
public List<String> getBlockedIPRangeList()
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
public void setBlockedIPRangeList(Collection<String> blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
blockedIPRangeList - Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
public RiskExceptionConfigurationType withBlockedIPRangeList(String... blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
Returns a reference to this object so that method calls can be chained together.
blockedIPRangeList - Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
public RiskExceptionConfigurationType withBlockedIPRangeList(Collection<String> blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
Returns a reference to this object so that method calls can be chained together.
blockedIPRangeList - Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
public List<String> getSkippedIPRangeList()
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
public void setSkippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
skippedIPRangeList - Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
public RiskExceptionConfigurationType withSkippedIPRangeList(String... skippedIPRangeList)
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
Returns a reference to this object so that method calls can be chained together.
skippedIPRangeList - Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
public RiskExceptionConfigurationType withSkippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
Returns a reference to this object so that method calls can be chained together.
skippedIPRangeList - Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.