Package | Description |
---|---|
io.vertx.ext.auth.mongo | |
io.vertx.reactivex.ext.auth.mongo | |
io.vertx.rxjava.ext.auth.mongo |
Modifier and Type | Method and Description |
---|---|
static MongoAuthentication |
MongoAuthentication.create(MongoClient mongoClient,
HashStrategy hashStrategy,
MongoAuthenticationOptions options) |
static MongoAuthentication |
MongoAuthentication.create(MongoClient mongoClient,
MongoAuthenticationOptions options)
Creates an instance of MongoAuth by using the given
MongoClient and configuration object. |
Modifier and Type | Method and Description |
---|---|
MongoAuthentication |
MongoAuthentication.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MongoAuthentication |
MongoAuthentication.newInstance(MongoAuthentication arg) |
Constructor and Description |
---|
MongoAuthentication(MongoAuthentication delegate) |
Modifier and Type | Method and Description |
---|---|
MongoAuthentication |
MongoAuthentication.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static MongoAuthentication |
MongoAuthentication.newInstance(MongoAuthentication arg) |
Constructor and Description |
---|
MongoAuthentication(MongoAuthentication delegate) |
Copyright © 2021 Eclipse. All rights reserved.