Class PgpassFileReader

java.lang.Object
org.flywaydb.database.postgresql.authentication.PgpassFileReader
All Implemented Interfaces:
org.flywaydb.core.internal.authentication.ExternalAuthFileReader

public class PgpassFileReader extends Object implements org.flywaydb.core.internal.authentication.ExternalAuthFileReader
  • Constructor Details

    • PgpassFileReader

      public PgpassFileReader()
  • Method Details

    • getAllContents

      public List<String> getAllContents()
      Specified by:
      getAllContents in interface org.flywaydb.core.internal.authentication.ExternalAuthFileReader
    • getPgpassFilePath

      public String getPgpassFilePath()