Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultAuthenticator |
(package private) class |
GSSAPIAuthenticator |
(package private) class |
NativeAuthenticator |
(package private) class |
PlainAuthenticator |
(package private) class |
SaslAuthenticator |
(package private) class |
ScramSha1Authenticator |
(package private) class |
X509Authenticator |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Authenticator> |
InternalStreamConnectionInitializer.authenticators |
private java.util.List<Authenticator> |
InternalStreamConnectionFactory.authenticators |
Modifier and Type | Method and Description |
---|---|
(package private) Authenticator |
DefaultAuthenticator.createAuthenticator(ConnectionDescription connectionDescription) |
private Authenticator |
InternalStreamConnectionFactory.createAuthenticator(MongoCredential credential) |
Constructor and Description |
---|
InternalStreamConnectionInitializer(java.util.List<Authenticator> authenticators,
BsonDocument clientMetadataDocument,
java.util.List<MongoCompressor> requestedCompressors) |