c

reactivemongo.core.nodeset

X509Authenticating

case class X509Authenticating(db: String, user: String) extends Authenticating with Product with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. X509Authenticating
  2. Serializable
  3. Product
  4. Equals
  5. Authenticating
  6. Authentication
  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 X509Authenticating(db: String, user: String)

Value Members

  1. val db: String
    Definition Classes
    X509AuthenticatingAuthentication
  2. def password: String
    Definition Classes
    X509AuthenticatingAuthenticating
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val user: String
    Definition Classes
    X509AuthenticatingAuthentication