t

reactivemongo.core.commands

ScramFinalNegociation

sealed trait ScramFinalNegociation extends Command[SuccessfulAuthentication]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScramFinalNegociation
  2. Command
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def conversationId: Int

    The ID of the SCRAM conversation

  2. abstract def payload: Array[Byte]

Concrete Value Members

  1. val ResultMaker: ScramFinalNegociation

    Deserializer for this command's result.

    Deserializer for this command's result.

    Definition Classes
    ScramFinalNegociationCommand
  2. def apply(db: String): MakableCommand

    Produces a reactivemongo.core.commands.MakableCommand instance of this command.

    Produces a reactivemongo.core.commands.MakableCommand instance of this command.

    db

    name of the target database.

    Definition Classes
    Command
  3. def makeDocuments: BSONDocument

    Makes the BSONDocument for documents that will be send as body of this command's query.

    Makes the BSONDocument for documents that will be send as body of this command's query.

    Definition Classes
    ScramFinalNegociationCommand
  4. def slaveOk: Boolean

    States if this command can be run on secondaries.

    States if this command can be run on secondaries.

    Definition Classes
    Command