Class TextFieldDescriptor

    • Constructor Detail

      • TextFieldDescriptor

        public TextFieldDescriptor​(String name,
                                   String description,
                                   boolean encrypted)
        Create a new TextFieldDescriptor.
        Parameters:
        name - The field name (must be unique per AdapterConfigurationGuiDescriptor or TableDescriptor). This name will also be used as the label for the field in the administrative console. To ensure configuration can be read in future releases of a plugin, it is recommended to not change a field's name - instead use a label to rename it in the administrative console.
        description - The field description displayed in the administrative console.
        encrypted - Should this field encrypt the value (render it as a password field in the GUI and encrypt the value in the backing configuration file).
    • Method Detail

      • isEncrypted

        public boolean isEncrypted()
        Encrypt this text field?