Class FixedRegistryAuthSupplier

    • Constructor Detail

      • FixedRegistryAuthSupplier

        public FixedRegistryAuthSupplier()
    • Method Detail

      • authForSwarm

        public RegistryAuth authForSwarm()
        Description copied from interface: RegistryAuthSupplier
        Returns a RegistryAuth object that is valid for a Docker Swarm context [i.e. not tied to specific image]. It's unnecessary if it's not planned to use this AuthSupplier to pull images for Swarm.
        Specified by:
        authForSwarm in interface RegistryAuthSupplier
        Returns:
        the RegistryAuth to use in Swarn, or else null for no authentication info