object CrAuthenticate extends BSONCommandResultMaker[SuccessfulAuthentication] with Serializable

Authentication command's response deserializer.

Annotations
@deprecated
Deprecated

(Since version 0.19.0) Internal: will be made private

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CrAuthenticate
  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(document: BSONDocument): Either[CommandError, SuccessfulAuthentication]

    Deserializes the given document into an instance of Result.

    Deserializes the given document into an instance of Result.

    Definition Classes
    CrAuthenticateBSONCommandResultMakerCommandResultMaker
  2. final def apply(response: Response): Either[CommandError, SuccessfulAuthentication]

    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, SuccessfulAuthentication]