Factory interface for creating io.vertx.ext.auth.AuthProvider
instances that use the Vert.x JDBC client
Anything
Object
Basic
...and other supertypesAuthProvider
JDBCAuth
AuthProvider
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
JDBCAuth(JDBCAuth unknown) |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
setAuthenticationQuery | shared default JDBCAuth setAuthenticationQuery(String authenticationQuery) Set the authentication query to use. Use this if you want to override the default authentication query. Parameters:
|
setPermissionsQuery | shared default JDBCAuth setPermissionsQuery(String permissionsQuery) Set the permissions query to use. Use this if you want to override the default permissions query. Parameters:
|
setRolePrefix | shared default JDBCAuth setRolePrefix(String rolePrefix) Set the role prefix to distinguish from permissions when checking for isPermitted requests. Parameters:
|
setRolesQuery | shared default JDBCAuth setRolesQuery(String rolesQuery) Set the roles query to use. Use this if you want to override the default roles query. Parameters:
|
Inherited Methods |
Methods inherited from: AuthProvider authenticate |
Methods inherited from: Object equals |