Factory interface for creating io.vertx.ext.auth.AuthProvider instances that use the Vert.x JDBC client
AnythingObjectBasic ...and other supertypesAuthProviderJDBCAuthAuthProviderBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
JDBCAuth(JDBCAuth unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, 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: AuthProviderauthenticate |
Methods inherited from: Objectequals |