o

reactivemongo.api

ScramSha1Authentication

object ScramSha1Authentication extends AuthenticationMode with ScramAuthentication with Product with Serializable

SCRAM-SHA-1 authentication (since MongoDB 3.6)

Linear Supertypes
Serializable, Product, Equals, ScramAuthentication, AuthenticationMode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScramSha1Authentication
  2. Serializable
  3. Product
  4. Equals
  5. ScramAuthentication
  6. AuthenticationMode
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val name: String

    The mode name (e.g.

    The mode name (e.g. SCRAM-SHA-1)

    Definition Classes
    ScramSha1AuthenticationAuthenticationMode
  2. def productElementName(n: Int): String
    Definition Classes
    Product
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. final def toString(): String
    Definition Classes
    AuthenticationMode → AnyRef → Any