c

reactivemongo.core.nodeset

ScramSha1Authenticating

case class ScramSha1Authenticating(db: String, user: String, password: String, randomPrefix: String, saslStart: String, conversationId: Option[Int] = None, serverSignature: Option[Array[Byte]] = None, step: Int = 0) extends ScramAuthenticating with Product with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.18.4) Use ScramAuthenticating

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScramSha1Authenticating
  2. Serializable
  3. Product
  4. Equals
  5. ScramAuthenticating
  6. Authenticating
  7. Authentication
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScramSha1Authenticating(db: String, user: String, password: String, randomPrefix: String, saslStart: String, conversationId: Option[Int] = None, serverSignature: Option[Array[Byte]] = None, step: Int = 0)

Value Members

  1. val conversationId: Option[Int]
  2. def copy(db: String = this.db, user: String = this.user, password: String = this.password, randomPrefix: String = this.randomPrefix, saslStart: String = this.saslStart, conversationId: Option[Int] = this.conversationId, serverSignature: Option[Array[Byte]] = this.serverSignature, step: Int = this.step): ScramAuthenticating
    Definition Classes
    ScramAuthenticating
  3. val db: String
  4. val password: String
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val randomPrefix: String
  7. val saslStart: String
  8. val serverSignature: Option[Array[Byte]]
  9. val step: Int
  10. def toString(): String
    Definition Classes
    ScramAuthenticating → AnyRef → Any
  11. val user: String