Interface SqlAuthentication
- All Superinterfaces:
AuthenticationProvider
Factory interface for creating
AuthenticationProvider instances that use the Vert.x SQL client.- Author:
- Paulo Lopes
-
Method Summary
Modifier and TypeMethodDescriptionstatic SqlAuthenticationCreate a JDBC auth provider implementationstatic SqlAuthenticationcreate(SqlClient client, SqlAuthenticationOptions options) Create a JDBC auth provider implementationdefault StringHashes a password to be stored.Hashes a password to be stored.Methods inherited from interface AuthenticationProvider
authenticate
-
Method Details
-
create
Create a JDBC auth provider implementation- Parameters:
client- the JDBC client instance- Returns:
- the auth provider
-
create
Create a JDBC auth provider implementation- Parameters:
client- the JDBC client instanceoptions- authentication options- Returns:
- the auth provider
-
hash
-
hash
-