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 |
---|---|
HashSaltStyle |
HashStrategy.getSaltStyle()
Deprecated.
Get the defined
HashSaltStyle of the current instance |
HashSaltStyle |
MongoAuthOptions.getSaltStyle()
Deprecated.
|
static HashSaltStyle |
HashSaltStyle.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HashSaltStyle[] |
HashSaltStyle.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.setSaltStyle(HashSaltStyle saltStyle)
Deprecated.
Set the saltstyle as defined by
HashSaltStyle . |
MongoAuthOptions |
MongoAuthOptions.setSaltStyle(HashSaltStyle saltStyle)
Deprecated.
The property name to be used to set the name of the field, where the salt style is stored inside
|
Modifier and Type | Method and Description |
---|---|
HashSaltStyle |
HashStrategy.getSaltStyle()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HashStrategy.setSaltStyle(HashSaltStyle saltStyle)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HashSaltStyle |
HashStrategy.getSaltStyle()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HashStrategy.setSaltStyle(HashSaltStyle saltStyle)
Deprecated.
|
Copyright © 2021 Eclipse. All rights reserved.