Class EncryptionCertificateFieldDescriptor

    • Constructor Detail

      • EncryptionCertificateFieldDescriptor

        public EncryptionCertificateFieldDescriptor​(String name,
                                                    String description,
                                                    String certificateFeatureName)
        Creates a new EncryptionCertificateFieldDescriptor.
        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 - A helpful description of the field.
        certificateFeatureName - The name of the group of certificates this field represents.
    • Method Detail

      • getCertificateFeatureName

        public String getCertificateFeatureName()
        Gets the name used to represent the group of certificates for this field.
        Returns:
        The certificates' name.