Mongo Scala Driver - org.mongodb.scala.MongoCredential (original) (raw)

object MongoCredential

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MongoCredential

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. def createCredential(userName: String, database: String, password: Array[Char]): com.mongodb.MongoCredential
    Creates a MongoCredential instance with an unspecified mechanism.
  7. def createGSSAPICredential(userName: String): com.mongodb.MongoCredential
    Creates a MongoCredential instance for the GSSAPI SASL mechanism.
  8. def createMongoX509Credential(): com.mongodb.MongoCredential
    Creates a MongoCredential instance for the MongoDB X.509 protocol where the distinguished subject name of the client certificate acts as the userName.
  9. def createMongoX509Credential(userName: String): com.mongodb.MongoCredential
    Creates a MongoCredential instance for the MongoDB X.509 protocol.
  10. def createPlainCredential(userName: String, source: String, password: Array[Char]): com.mongodb.MongoCredential
    Creates a MongoCredential instance for the PLAIN SASL mechanism.
  11. def createScramSha1Credential(userName: String, source: String, password: Array[Char]): com.mongodb.MongoCredential
    Creates a MongoCredential instance for the SCRAM-SHA-1 SASL mechanism.
  12. def createScramSha256Credential(userName: String, source: String, password: Array[Char]): com.mongodb.MongoCredential
    Creates a MongoCredential instance for the SCRAM-SHA-256 SASL mechanism.
  13. final def eq(arg0: AnyRef): Boolean
  14. def equals(arg0: AnyRef): Boolean
  15. def finalize(): Unit
  16. final def getClass(): Class[_ <: AnyRef]
  17. def hashCode(): Int
  18. final def isInstanceOf[T0]: Boolean
  19. final def ne(arg0: AnyRef): Boolean
  20. final def notify(): Unit
  21. final def notifyAll(): Unit
  22. final def synchronized[T0](arg0: => T0): T0
  23. def toString(): String
  24. final def wait(): Unit
  25. final def wait(arg0: Long, arg1: Int): Unit
  26. final def wait(arg0: Long): Unit

Deprecated Value Members

  1. def createMongoCRCredential(userName: String, database: String, password: Array[Char]): com.mongodb.MongoCredential
    Creates a MongoCredential instance for the MongoDB Challenge Response protocol.

Ungrouped