o

reactivemongo.core.commands

X509Authenticate

object X509Authenticate extends BSONCommandResultMaker[SuccessfulAuthentication] with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.19.0) Internal: will be made private

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. X509Authenticate
  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, SilentSuccessfulAuthentication.type]

    Deserializes the given document into an instance of Result.

    Deserializes the given document into an instance of Result.

    Definition Classes
    X509AuthenticateBSONCommandResultMakerCommandResultMaker
  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]