Uses of Class
org.apache.camel.test.infra.ftp.services.embedded.EmbeddedConfiguration.User.UserInfo
Packages that use EmbeddedConfiguration.User.UserInfo
-
Uses of EmbeddedConfiguration.User.UserInfo in org.apache.camel.test.infra.ftp.services.embedded
Methods in org.apache.camel.test.infra.ftp.services.embedded that return EmbeddedConfiguration.User.UserInfoMethods in org.apache.camel.test.infra.ftp.services.embedded with parameters of type EmbeddedConfiguration.User.UserInfoModifier and TypeMethodDescriptionEmbeddedConfigurationBuilder.addUser(String username, String password, EmbeddedConfiguration.User.UserInfo userInfo) EmbeddedConfigurationBuilder.withAdmin(String username, String password, EmbeddedConfiguration.User.UserInfo userInfo) Constructors in org.apache.camel.test.infra.ftp.services.embedded with parameters of type EmbeddedConfiguration.User.UserInfoModifierConstructorDescriptionUser(String username, String password, EmbeddedConfiguration.User.UserInfo userInfo)