Class AuthConfig


  • public class AuthConfig
    extends Object
    Class that holds authentication information for a specific 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