t

reactivemongo.core.nodeset

ScramAuthenticating

sealed trait ScramAuthenticating extends Authenticating

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScramAuthenticating
  2. Authenticating
  3. Authentication
  4. AnyRef
  5. 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

Abstract Value Members

  1. abstract def conversationId: Option[Int]
  2. abstract def db: String
    Definition Classes
    ScramAuthenticatingAuthentication
  3. abstract def password: String
    Definition Classes
    ScramAuthenticatingAuthenticating
  4. abstract def randomPrefix: String
  5. abstract def saslStart: String
  6. abstract def serverSignature: Option[Array[Byte]]
  7. abstract def step: Int
  8. abstract def user: String
    Definition Classes
    ScramAuthenticatingAuthentication

Concrete Value Members

  1. 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
  2. def toString(): String
    Definition Classes
    ScramAuthenticating → AnyRef → Any