Package | Description |
---|---|
io.vertx.ext.auth.jdbc | |
io.vertx.reactivex.ext.auth.jdbc | |
io.vertx.rxjava.ext.auth.jdbc |
Modifier and Type | Method and Description |
---|---|
static JDBCHashStrategy |
JDBCHashStrategy.createPBKDF2(Vertx vertx)
Deprecated.
Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17).
|
static JDBCHashStrategy |
JDBCHashStrategy.createSHA512(Vertx vertx)
Deprecated.
This is the current backwards compatible hashing implementation, new applications should prefer the
PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option.
|
Modifier and Type | Method and Description |
---|---|
JDBCAuth |
JDBCAuth.setHashStrategy(JDBCHashStrategy strategy)
Set the hash strategy to use.
|
Modifier and Type | Method and Description |
---|---|
JDBCHashStrategy |
JDBCHashStrategy.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCHashStrategy |
JDBCHashStrategy.newInstance(JDBCHashStrategy arg) |
Constructor and Description |
---|
JDBCHashStrategy(JDBCHashStrategy delegate) |
Modifier and Type | Method and Description |
---|---|
JDBCHashStrategy |
JDBCHashStrategy.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCHashStrategy |
JDBCHashStrategy.newInstance(JDBCHashStrategy arg) |
Constructor and Description |
---|
JDBCHashStrategy(JDBCHashStrategy delegate) |
Copyright © 2023 Eclipse. All rights reserved.