o

reactivemongo.core.commands

ScramSha1StartNegociation

object ScramSha1StartNegociation extends BSONCommandResultMaker[Either[SuccessfulAuthentication, Array[Byte]]] with Serializable

Annotations
@deprecated @SerialVersionUID()
Deprecated

(Since version 0.18.4) Internal: will be made private

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScramSha1StartNegociation
  2. Serializable
  3. BSONCommandResultMaker
  4. CommandResultMaker
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ResType = Either[CommandError, Either[SuccessfulAuthentication, Array[Byte]]]

Value Members

  1. def apply(bson: BSONDocument): ScramStartNegociation.ResType

    Deserializes the given document into an instance of Result.

    Deserializes the given document into an instance of Result.

    Definition Classes
    ScramSha1StartNegociationBSONCommandResultMakerCommandResultMaker
    Annotations
    @inline()
  2. final def apply(response: Response): Either[CommandError, Either[SuccessfulAuthentication, Array[Byte]]]

    Deserializes the given response into an instance of Result.

    Deserializes the given response into an instance of Result.

    Definition Classes
    BSONCommandResultMakerCommandResultMaker
  3. lazy val keyFactory: SecretKeyFactory
    Annotations
    @transient()
  4. def parseResponse(response: Response): ResType