Class SftpEndpointConfiguration

  • All Implemented Interfaces:
    com.consol.citrus.endpoint.EndpointConfiguration, com.consol.citrus.endpoint.PollableEndpointConfiguration
    Direct Known Subclasses:
    ScpEndpointConfiguration

    public class SftpEndpointConfiguration
    extends FtpEndpointConfiguration
    Since:
    2.7.5
    Author:
    Christoph Deppisch
    • Constructor Detail

      • SftpEndpointConfiguration

        public SftpEndpointConfiguration()
    • Method Detail

      • isStrictHostChecking

        public boolean isStrictHostChecking()
        Gets the strictHostChecking.
        Returns:
      • setStrictHostChecking

        public void setStrictHostChecking​(boolean strictHostChecking)
        Sets the strictHostChecking.
        Parameters:
        strictHostChecking -
      • getKnownHosts

        public String getKnownHosts()
        Gets the knownHosts.
        Returns:
      • setKnownHosts

        public void setKnownHosts​(String knownHosts)
        Sets the knownHosts.
        Parameters:
        knownHosts -
      • getPrivateKeyPath

        public String getPrivateKeyPath()
        Gets the privateKeyPath.
        Returns:
      • setPrivateKeyPath

        public void setPrivateKeyPath​(String privateKeyPath)
        Sets the privateKeyPath.
        Parameters:
        privateKeyPath -
      • getPrivateKeyPassword

        public String getPrivateKeyPassword()
        Gets the privateKeyPassword.
        Returns:
      • setPrivateKeyPassword

        public void setPrivateKeyPassword​(String privateKeyPassword)
        Sets the privateKeyPassword.
        Parameters:
        privateKeyPassword -
      • getPreferredAuthentications

        public String getPreferredAuthentications()
        Gets the preferredAuthentications.
        Returns:
      • setPreferredAuthentications

        public void setPreferredAuthentications​(String preferredAuthentications)
        Sets the preferredAuthentications.
        Parameters:
        preferredAuthentications -
      • getSessionConfigs

        public Map<String,​String> getSessionConfigs()
        Gets the sessionConfigs.
        Returns:
      • setSessionConfigs

        public void setSessionConfigs​(Map<String,​String> sessionConfigs)
        Sets the sessionConfigs.
        Parameters:
        sessionConfigs -