123456789_123456789_123456789_123456789_123456789_

Class: Mongo::Auth::Scram256 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, Scram, Base
Instance Chain:
self, Scram, Base
Inherits: Mongo::Auth::Scram
Defined in: lib/mongo/auth/scram256.rb,
lib/mongo/auth/scram256/conversation.rb

Overview

Defines behavior for SCRAM-SHA-256 authentication.

The purpose of this class is to provide the namespace for the Conversation class.

Since:

  • 2.0.0

Constant Summary

Scram - Inherited

MECHANISM

Class Method Summary

Scram - Inherited

.new

Initializes the Scram authenticator.

Base - Inherited

.new

Initializes the authenticator.

Instance Attribute Summary

Instance Method Summary

Scram - Inherited

#conversation,
#login

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.