Package | Description |
---|---|
io.vertx.ext.auth.jdbc | |
io.vertx.rxjava.ext.auth.jdbc |
Modifier and Type | Method and Description |
---|---|
static JDBCAuth |
JDBCAuth.create(JDBCClient client)
Create a JDBC auth provider implementation
|
JDBCAuth |
JDBCAuth.setAuthenticationQuery(String authenticationQuery)
Set the authentication query to use.
|
JDBCAuth |
JDBCAuth.setHashStrategy(JDBCHashStrategy strategy)
Set the hash strategy to use.
|
JDBCAuth |
JDBCAuth.setPermissionsQuery(String permissionsQuery)
Set the permissions query to use.
|
JDBCAuth |
JDBCAuth.setRolePrefix(String rolePrefix)
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
|
JDBCAuth |
JDBCAuth.setRolesQuery(String rolesQuery)
Set the roles query to use.
|
Modifier and Type | Method and Description |
---|---|
static JDBCAuth |
JDBCAuth.newInstance(JDBCAuth arg) |
Constructor and Description |
---|
JDBCAuth(JDBCAuth delegate) |
Copyright © 2015. All Rights Reserved.