Interface FieldToProtect.Builder

  • Method Details

    • fieldType

      FieldToProtect.Builder fieldType(String fieldType)

      Specifies the web request component type to protect.

      Parameters:
      fieldType - Specifies the web request component type to protect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fieldType

      Specifies the web request component type to protect.

      Parameters:
      fieldType - Specifies the web request component type to protect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fieldKeys

      FieldToProtect.Builder fieldKeys(Collection<String> fieldKeys)

      Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.

      Parameters:
      fieldKeys - Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fieldKeys

      FieldToProtect.Builder fieldKeys(String... fieldKeys)

      Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.

      Parameters:
      fieldKeys - Specifies the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.