Class AuthConfig
- java.lang.Object
-
- nl.lexemmens.podman.authentication.AuthConfig
-
public class AuthConfig extends Object
Class that holds authentication information for a specific registry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()Returns the password corresponding to this registryStringgetRegistry()Returns the registry held by this classStringgetUsername()Returns the username corresponding to this registry
-
-
-
Method Detail
-
getRegistry
public String getRegistry()
Returns the registry held by this class- Returns:
- The Podman registry held by this class
-
getUsername
public String getUsername()
Returns the username corresponding to this registry- Returns:
- The username used to authenticat to the registry
-
getPassword
public String getPassword()
Returns the password corresponding to this registry- Returns:
- The password used to authenticat to the registry
-
-