Class: Openwsman::Transport

Inherits:
Object
  • Object
show all
Defined in:
lib/openwsman/openwsman.rb

Overview

Transport

Class Method Summary collapse

Class Method Details

.auth_request_callback(client, auth_type) ⇒ Object

called when authentication credentials missing or wrong



63
64
65
66
67
# File 'lib/openwsman/openwsman.rb', line 63

def Transport.auth_request_callback client, auth_type
  # override in client code
  # return Array of [ username, password ]
  # return nil to abort authentication
end