Example usage for Java com.mongodb AuthenticationMechanism fields, constructors, methods, implement or subclass
The text is from its open source code.
AuthenticationMechanism | MONGODB_CR The MongoDB Challenge Response mechanism. |
AuthenticationMechanism | SCRAM_SHA_1 The SCRAM-SHA-1 mechanism. |
AuthenticationMechanism | fromMechanismName(final String mechanismName) Gets the mechanism by its name. |
String | getMechanismName() Get the mechanism name. |