123456789_123456789_123456789_123456789_123456789_

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.

Since:

  • 2.0.0

Constant Summary

Class Method Summary

Base - Inherited

.new

Initializes the authenticator.

Instance Attribute Summary

Base - Inherited

Instance Method Summary

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

#loginBSON::Document

Log the user in on the current connection.

Returns:

  • (BSON::Document)

    The document of the authentication response.

Since:

  • 2.0.0

[ GitHub ]

  
# File 'lib/mongo/auth/gssapi.rb', line 34

def 
  converse_multi_step(connection, conversation)
end