Skip navigation links
C G H I S T 

C

create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
Create a JDBC auth provider implementation
create(SqlClient, SqlAuthenticationOptions) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
Create a JDBC auth provider implementation
create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthorization
Create a JDBC authorization provider implementation
create(SqlClient, SqlAuthorizationOptions) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthorization
Create a JDBC authorization provider implementation
create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Create an instance of the user helper.
create(SqlClient, String, String, String) - Static method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Create an instance of the user helper with custom queries.
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
 
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
createRolePermission(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
 
createUser(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createUser(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
 
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
createUserRole(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
 

G

getAuthenticationQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
 
getPermissionsQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
getRolesQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 

H

hash(String, Map<String, String>, String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.

I

io.vertx.ext.auth.sqlclient - package io.vertx.ext.auth.sqlclient
 

S

setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
Set the authentication query to use.
setPermissionsQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
Set the permissions query to use.
setRolesQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
Set the roles query to use.
SqlAuthentication - Interface in io.vertx.ext.auth.sqlclient
Factory interface for creating AuthenticationProvider instances that use the Vert.x SQL client.
SqlAuthenticationOptions - Class in io.vertx.ext.auth.sqlclient
Options configuring JDBC authentication.
SqlAuthenticationOptions() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
 
SqlAuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
 
SqlAuthenticationOptionsConverter - Class in io.vertx.ext.auth.sqlclient
Converter and mapper for SqlAuthenticationOptions.
SqlAuthenticationOptionsConverter() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptionsConverter
 
SqlAuthorization - Interface in io.vertx.ext.auth.sqlclient
Factory interface for creating AuthorizationProvider instances that use the Vert.x SQL client.
SqlAuthorizationOptions - Class in io.vertx.ext.auth.sqlclient
Options configuring JDBC authentication.
SqlAuthorizationOptions() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
SqlAuthorizationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
SqlAuthorizationOptionsConverter - Class in io.vertx.ext.auth.sqlclient
Converter and mapper for SqlAuthorizationOptions.
SqlAuthorizationOptionsConverter() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptionsConverter
 
SqlUserUtil - Interface in io.vertx.ext.auth.sqlclient
Utility to create users/roles/permissions.

T

toJson() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
 
toJson() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
C G H I S T 
Skip navigation links

Copyright © 2023 Eclipse. All rights reserved.