Java com.mongodb AuthenticationMechanism fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb AuthenticationMechanism fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb AuthenticationMechanism.

The text is from its open source code.

Field

AuthenticationMechanismMONGODB_CR
The MongoDB Challenge Response mechanism.
AuthenticationMechanismSCRAM_SHA_1
The SCRAM-SHA-1 mechanism.

Method

AuthenticationMechanismfromMechanismName(final String mechanismName)
Gets the mechanism by its name.
StringgetMechanismName()
Get the mechanism name.