Liking cljdoc? Tell your friends :D
Clojure only.

monger.credentials

Helper functions for instantiating various types of credentials.

Helper functions for instantiating various types
of credentials.
raw docstring

createclj

(create username database pwd)

Creates a MongoCredential instance with an unspecified mechanism. The client will negotiate the best mechanism based on the version of the server that the client is authenticating to.

Creates a MongoCredential instance with an unspecified mechanism.
The client will negotiate the best mechanism based on the
version of the server that the client is authenticating to.
sourceraw docstring

x509clj

(x509 username)

Creates a MongoCredential instance for the X509-based authentication protocol.

Creates a MongoCredential instance for the X509-based authentication
protocol.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close