Interface RiskExceptionConfigurationType.Builder

    • Method Detail

      • blockedIPRangeList

        RiskExceptionConfigurationType.Builder blockedIPRangeList​(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 routing prefix.

        Parameters:
        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 routing prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockedIPRangeList

        RiskExceptionConfigurationType.Builder blockedIPRangeList​(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 routing prefix.

        Parameters:
        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 routing prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skippedIPRangeList

        RiskExceptionConfigurationType.Builder skippedIPRangeList​(Collection<String> skippedIPRangeList)

        Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.

        Parameters:
        skippedIPRangeList - Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skippedIPRangeList

        RiskExceptionConfigurationType.Builder skippedIPRangeList​(String... skippedIPRangeList)

        Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.

        Parameters:
        skippedIPRangeList - Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.