Class: Mongo::Auth::Gssapi Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Namespace Children | |
Classes:
| |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Base
|
|
Instance Chain:
self,
Base
|
|
Inherits: |
Mongo::Auth::Base
|
Defined in: | lib/mongo/auth/gssapi.rb, lib/mongo/auth/gssapi/conversation.rb |
Overview
Defines behavior for Kerberos authentication.
Constant Summary
-
MECHANISM =
The authentication mechanism string.
'GSSAPI'.freeze
Class Method Summary
Instance Attribute Summary
Base
- Inherited
Instance Method Summary
-
#login ⇒ BSON::Document
Internal use only
Log the user in on the current connection.
Base
- Inherited
#conversation, | |
#converse_1_step | Performs a single-step conversation on the given connection. |
#converse_2_step | Performs a two-step conversation on the given connection. |
#converse_multi_step | Performs the variable-length SASL conversation on the given connection. |
#dispatch_msg, | |
#validate_reply! | Checks whether reply is successful (i.e. |
Instance Method Details
#login ⇒ BSON::Document
Log the user in on the current connection.
# File 'lib/mongo/auth/gssapi.rb', line 34
def login converse_multi_step(connection, conversation) end