Package | Description |
---|---|
io.vertx.reactivex.ext.auth.mongo |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MongoAuth> |
MongoAuth.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MongoAuth |
MongoAuth.create(MongoClient mongoClient,
JsonObject config)
Deprecated.
|
static MongoAuth |
MongoAuth.newInstance(MongoAuth arg) |
MongoAuth |
MongoAuth.setCollectionName(String collectionName)
Deprecated.
|
MongoAuth |
MongoAuth.setHashAlgorithm(HashAlgorithm hashAlgorithm)
Deprecated.
|
MongoAuth |
MongoAuth.setHashStrategy(HashStrategy hashStrategy)
Deprecated.
|
MongoAuth |
MongoAuth.setPasswordCredentialField(String fieldName)
Deprecated.
|
MongoAuth |
MongoAuth.setPasswordField(String fieldName)
Deprecated.
|
MongoAuth |
MongoAuth.setPermissionField(String fieldName)
Deprecated.
|
MongoAuth |
MongoAuth.setRoleField(String fieldName)
Deprecated.
|
MongoAuth |
MongoAuth.setSaltField(String fieldName)
Deprecated.
|
MongoAuth |
MongoAuth.setUsernameCredentialField(String fieldName)
Deprecated.
|
MongoAuth |
MongoAuth.setUsernameField(String fieldName)
Deprecated.
|
Copyright © 2021 Eclipse. All rights reserved.