Class: DotNetServices::Authentication::Certificate

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

Overview

Certificate authenticator. NOT YET IMPLEMENTED

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object Also known as: eql?



106
107
108
# File 'lib/dot_net_services/authentication.rb', line 106

def ==(other)
  other.is_a?(Certificate)
end

#authenticateObject

:nodoc:



94
95
96
# File 'lib/dot_net_services/authentication.rb', line 94

def authenticate
  raise "not implemented"
end

#enhance(request) ⇒ Object



98
99
100
# File 'lib/dot_net_services/authentication.rb', line 98

def enhance(request)
  raise "not implemented"
end

#hashObject



102
103
104
# File 'lib/dot_net_services/authentication.rb', line 102

def hash
  1
end