# File lib/rhc/auth/basic.rb, line 29 def can_authenticate? username? and not (password.nil? and @skip_interactive and @no_interactive) end