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 HashAlgorithm |
HashAlgorithm.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HashAlgorithm[] |
HashAlgorithm.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HashStrategy.setAlgorithm(HashAlgorithm algorithm)
Deprecated.
Allows the selection of the hashing algorithm.
|
MongoAuth |
MongoAuth.setHashAlgorithm(HashAlgorithm hashAlgorithm)
Deprecated.
The Hash Algorithm which is used by the current instance
|
Modifier and Type | Method and Description |
---|---|
void |
HashStrategy.setAlgorithm(HashAlgorithm algorithm)
Deprecated.
|
MongoAuth |
MongoAuth.setHashAlgorithm(HashAlgorithm hashAlgorithm)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HashStrategy.setAlgorithm(HashAlgorithm algorithm)
Deprecated.
|
MongoAuth |
MongoAuth.setHashAlgorithm(HashAlgorithm hashAlgorithm)
Deprecated.
|
Copyright © 2021 Eclipse. All rights reserved.