Interface IPasswordDockerContainer

  • All Known Implementing Classes:
    FtpdContainer, SMBContainer

    public interface IPasswordDockerContainer
    gets username and password for a service on a docker container
    Author:
    Tobias Meyer
    • Method Detail

      • getPassword

        String getPassword()
        Gets the passsword for a service on the docker server
        Returns:
        password
      • getUsername

        String getUsername()
        Gets the username for a service on the docker server
        Returns:
        username