| Packages | |
| io.vertx.ceylon.auth.jdbc | |
| Dependencies | ||
ceylon.json | 1.3.3 | |
io.vertx.ceylon.auth.common | 3.5.3.CR1 | |
io.vertx.ceylon.jdbc | 3.5.3.CR1 | |
io.vertx.vertx-auth-jdbc | 3.5.3.CR1 | |
java.base (jvm) | 8 | |
| Values | |
jdbcAuth | shared jdbcAuth jdbcAuth |
jdbcAuthOptions | shared jdbcAuthOptions jdbcAuthOptions |
jdbcHashStrategy | shared jdbcHashStrategy jdbcHashStrategy |
| Classes | |
JDBCAuth | shared JDBCAuthFactory interface for creating By default the hashing strategy is SHA-512. If you're already running in production this is backwards compatible, however for new deployments or security upgrades it is recommended to use the PBKDF2 strategy as it is the current OWASP recommendation for password storage. |
JDBCAuthOptions | shared JDBCAuthOptionsOptions configuring JDBC authentication. |
JDBCHashStrategy | shared JDBCHashStrategyDetermines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default. |
jdbcAuth | shared jdbcAuth |
jdbcAuthOptions | shared jdbcAuthOptions |
jdbcHashStrategy | shared jdbcHashStrategy |