Class SecretReferenceFieldDescriptor

All Implemented Interfaces:
Serializable

public class SecretReferenceFieldDescriptor extends TextFieldDescriptor

A field descriptor that will render a text field for entering a secret reference on the GUI configuration screen.

The value of the field must be a valid secret reference as per SecretReferenceFieldValidator.

Since:
11.0
See Also:
  • Constructor Details

    • SecretReferenceFieldDescriptor

      public SecretReferenceFieldDescriptor(String name, String description)
      Create a new secret reference field descriptor with the given name and description.
      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.