Class PluginConfiguration

  • All Implemented Interfaces:

    
    public final class PluginConfiguration
    
                        

    The configuration of configurable plugins.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Map<String, String> getOptions() The configuration options of the plugin.
      final Map<String, String> getSecrets() The configuration secrets of the plugin.
      String toString() Return a string representation of the object that does not contain the secrets.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getOptions

         final Map<String, String> getOptions()

        The configuration options of the plugin. See the specific implementation for available configuration options.

      • getSecrets

         final Map<String, String> getSecrets()

        The configuration secrets of the plugin. See the specific implementation for available secret options.

        This property is not serialized to ensure that secrets do not appear in serialized output.

      • toString

         String toString()

        Return a string representation of the object that does not contain the secrets.