c

reactivemongo.core.commands

VerboseSuccessfulAuthentication

case class VerboseSuccessfulAuthentication(db: String, user: String, readOnly: Boolean) extends SuccessfulAuthentication with Product with Serializable

A verbose successful authentication result (MongoDB >= 2.2).

Previous versions of MongoDB only return ok = BSONDouble(1.0).

db

the database name

user

the user name

readOnly

states if the authentication gives us only the right to read from the database.

Annotations
@deprecated
Deprecated

(Since version 0.19.0) Internal: will be made private

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VerboseSuccessfulAuthentication
  2. Serializable
  3. Product
  4. Equals
  5. SuccessfulAuthentication
  6. AuthenticationResult
  7. AnyRef
  8. 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 VerboseSuccessfulAuthentication(db: String, user: String, readOnly: Boolean)

    db

    the database name

    user

    the user name

    readOnly

    states if the authentication gives us only the right to read from the database.

Value Members

  1. val db: String
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val readOnly: Boolean
  4. val user: String