object ScramSha1StartNegociation extends BSONCommandResultMaker[Either[SuccessfulAuthentication, Array[Byte]]] with Serializable
- Annotations
- @deprecated @SerialVersionUID()
- Deprecated
(Since version 0.18.4) Internal: will be made private
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScramSha1StartNegociation
- Serializable
- BSONCommandResultMaker
- CommandResultMaker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ResType = Either[CommandError, Either[SuccessfulAuthentication, Array[Byte]]]
Value Members
- 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
- ScramSha1StartNegociation → BSONCommandResultMaker → CommandResultMaker
- Annotations
- @inline()
- 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
- BSONCommandResultMaker → CommandResultMaker
- lazy val keyFactory: SecretKeyFactory
- Annotations
- @transient()
- def parseResponse(response: Response): ResType