o

reactivemongo.core.commands

ScramSha1Initiate

object ScramSha1Initiate extends BSONCommandResultMaker[ScramChallenge[ScramSha1Authentication.type]] with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.18.4) Internal: will be made private

Linear Supertypes
Serializable, BSONCommandResultMaker[ScramChallenge[ScramSha1Authentication.type]], CommandResultMaker[ScramChallenge[ScramSha1Authentication.type]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScramSha1Initiate
  2. Serializable
  3. BSONCommandResultMaker
  4. CommandResultMaker
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(bson: BSONDocument): Either[CommandError, ScramChallenge[ScramSha1Authentication.type]]

    Deserializes the given document into an instance of Result.

    Deserializes the given document into an instance of Result.

    Definition Classes
    ScramSha1InitiateBSONCommandResultMakerCommandResultMaker
  2. final def apply(response: Response): Either[CommandError, ScramChallenge[ScramSha1Authentication.type]]

    Deserializes the given response into an instance of Result.

    Deserializes the given response into an instance of Result.

    Definition Classes
    BSONCommandResultMakerCommandResultMaker
  3. def parseResponse(response: Response): Either[CommandError, ScramChallenge[ScramSha1Authentication.type]]
  4. def randomPrefix(seed: Int): String
    Annotations
    @inline()

Deprecated Value Members

  1. def authChars: Stream[Char]
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.18.4) Internal: will be made private