Class InlineBinaryField

java.lang.Object
org.graylog2.plugin.configuration.fields.AbstractConfigurationField
org.graylog2.plugin.configuration.fields.InlineBinaryField
All Implemented Interfaces:
ConfigurationField

public class InlineBinaryField extends AbstractConfigurationField
Container for base64 encoded binary data. Could be rendered as a file selection tool which then reads the binary content of the file and sets the field value to the base64 encoded representation of the byte array.
  • Field Details

  • Constructor Details

    • InlineBinaryField

      public InlineBinaryField(String name, String humanName, String description, ConfigurationField.Optional isOptional, boolean isEncrypted)
      Please make sure that the UI is supporting this field appropriately. The initial UI implementation only handles fields with encrypted = true. This comment should be removed, once the UI implementation is complete.
  • Method Details

    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(Object defaultValue)