Class EmbeddedConfigurationBuilder
java.lang.Object
org.apache.camel.test.infra.ftp.services.embedded.EmbeddedConfigurationBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddUser(String username, String password, EmbeddedConfiguration.User.UserInfo userInfo) build()static EmbeddedConfigurationstatic EmbeddedConfigurationBuilderstatic EmbeddedConfigurationstatic EmbeddedConfigurationBuilderstatic EmbeddedConfigurationwithAdmin(String username, String password, EmbeddedConfiguration.User.UserInfo userInfo) withAdmin(EmbeddedConfiguration.User adminUser) withKeyPairFile(String keyPairFile) withKeyStore(String keyStore) withKeyStoreAlgorithm(String keyStoreAlgorithm) withKeyStorePassword(String keyStorePassword) withKeyStoreType(String keyStoreType) withKnownHosts(String knownHosts) withKnownHostsPath(String knownHostsPath) withSecurityConfiguration(boolean useImplicit, String authValue, boolean clientAuth) withSecurityConfiguration(EmbeddedConfiguration.SecurityConfiguration securityConfiguration) withServerAddress(String address) withTestDirectory(String testDirectory)
-
Method Details
-
withTestDirectory
-
addUser
-
addUser
public EmbeddedConfigurationBuilder addUser(String username, String password, EmbeddedConfiguration.User.UserInfo userInfo) -
withAdmin
-
withAdmin
public EmbeddedConfigurationBuilder withAdmin(String username, String password, EmbeddedConfiguration.User.UserInfo userInfo) -
withServerAddress
-
withKeyStore
-
withKeyStorePassword
-
withKeyStoreType
-
withKeyStoreAlgorithm
-
withKnownHosts
-
withKnownHostsPath
-
withKeyPairFile
-
withSecurityConfiguration
public EmbeddedConfigurationBuilder withSecurityConfiguration(boolean useImplicit, String authValue, boolean clientAuth) -
withSecurityConfiguration
public EmbeddedConfigurationBuilder withSecurityConfiguration(EmbeddedConfiguration.SecurityConfiguration securityConfiguration) -
build
-
defaultConfigurationTemplate
-
defaultConfiguration
-
defaultFtpsConfigurationTemplate
-
defaultFtpsConfiguration
-
defaultSftpConfiguration
-