Class: Mongo::Auth::LDAP 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/ldap.rb, lib/mongo/auth/ldap/conversation.rb |
Overview
Defines behavior for LDAP Proxy authentication.
Constant Summary
-
MECHANISM =
# File 'lib/mongo/auth/ldap.rb', line 30
The authentication mechanism string.
'PLAIN'.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/ldap.rb', line 35
def login converse_1_step(connection, conversation) end