Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.client.connection.auth |
Wraps a connection and ensures that all requests are properly authenticated.
|
Modifier and Type | Field and Description |
---|---|
protected Authenticator |
Credential.Builder.myAuthenticator
The template authenticator for the credential.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
Credential.authenticator()
Returns an authenticator for the credential.
|
Authenticator |
Credential.getAuthenticator()
Returns the authenticator value.
|
Modifier and Type | Method and Description |
---|---|
Credential.Builder |
Credential.Builder.authenticator(Authenticator authenticator)
Sets the value of the template authenticator for the credential.
|
Credential.Builder |
Credential.Builder.setAuthenticator(Authenticator authenticator)
Sets the value of the template authenticator for the credential.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoDbAuthenticator
MongoDbAuthenticator provides an authenticator for the legacy, pre-2.4
version, of MongoDB authentication.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
Authenticator.clone()
Provides the ability to clone the authenticator.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.