class HammerCLIForeman::Auth::LoginCommand::Negotiate
Public Instance Methods
execute()
click to toggle source
# File lib/hammer_cli_foreman/auth.rb, line 37 def execute Negotiate.execute_with_params(AUTH_TYPES[:negotiate]) print_message(_("Successfully authenticated using negotiate auth, using the KEYRING principal.")) HammerCLI::EX_OK end