Class DefaultSettingsDecryptionRequest

  • All Implemented Interfaces:
    SettingsDecryptionRequest

    public class DefaultSettingsDecryptionRequest
    extends java.lang.Object
    implements SettingsDecryptionRequest
    Collects parameters that control the decryption of settings.
    Author:
    Benjamin Bentmann
    • Constructor Detail

      • DefaultSettingsDecryptionRequest

        public DefaultSettingsDecryptionRequest()
        Creates an empty request.
      • DefaultSettingsDecryptionRequest

        public DefaultSettingsDecryptionRequest​(org.apache.maven.settings.Settings settings)
        Creates a new request to decrypt the specified settings.
        Parameters:
        settings - The settings to decrypt, must not be null.
      • DefaultSettingsDecryptionRequest

        public DefaultSettingsDecryptionRequest​(org.apache.maven.settings.Server server)
        Creates a new request to decrypt the specified server.
        Parameters:
        server - The server to decrypt, must not be null.
      • DefaultSettingsDecryptionRequest

        public DefaultSettingsDecryptionRequest​(org.apache.maven.settings.Proxy proxy)
        Creates a new request to decrypt the specified proxy.
        Parameters:
        proxy - The proxy to decrypt, must not be null.