Class PgpassFileReader
- java.lang.Object
-
- migratedb.core.internal.authentication.postgres.PgpassFileReader
-
- All Implemented Interfaces:
ExternalAuthFileReader
public class PgpassFileReader extends Object implements ExternalAuthFileReader
-
-
Constructor Summary
Constructors Constructor Description PgpassFileReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAllContents()StringgetPgpassFilePath()
-
-
-
Method Detail
-
getAllContents
public List<String> getAllContents()
- Specified by:
getAllContentsin interfaceExternalAuthFileReader- Returns:
- The contents of all resolved auth files.
-
getPgpassFilePath
public String getPgpassFilePath()
-
-