Class: Mongo::Auth::Gssapi Private
- Defined in:
- lib/mongo/auth/gssapi.rb,
lib/mongo/auth/gssapi/conversation.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Defines behavior for Kerberos authentication.
Defined Under Namespace
Classes: Conversation
Constant Summary collapse
- MECHANISM =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
The authentication mechanism string.
'GSSAPI'.freeze
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#login ⇒ BSON::Document
private
Log the user in on the current connection.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Mongo::Auth::Base
Instance Method Details
#login ⇒ BSON::Document
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Log the user in on the current connection.
34 35 36 |
# File 'lib/mongo/auth/gssapi.rb', line 34 def login converse_multi_step(connection, conversation) end |