Class SqlAuthentication
java.lang.Object
io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
public class SqlAuthentication
extends AuthenticationProvider
implements io.vertx.lang.rx.RxDelegate
Factory interface for creating
AuthenticationProvider instances that use the Vert.x SQL client.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSqlAuthentication(SqlAuthentication delegate) SqlAuthentication(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlAuthenticationCreate a JDBC auth provider implementationstatic SqlAuthenticationcreate(SqlClient client, SqlAuthenticationOptions options) Create a JDBC auth provider implementationbooleanHashes a password to be stored.Hashes a password to be stored.inthashCode()static SqlAuthenticationtoString()Methods inherited from class AuthenticationProvider
authenticate, newInstance, rxAuthenticate
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
SqlAuthentication
-
SqlAuthentication
-
-
Method Details
-
toString
- Overrides:
toStringin classAuthenticationProvider
-
equals
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationProvider
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate- Overrides:
getDelegatein classAuthenticationProvider
-
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
-
newInstance
-