Class MySQLClearPasswordAuthenticator
java.lang.Object
org.apache.shardingsphere.proxy.frontend.mysql.authentication.authenticator.impl.MySQLClearPasswordAuthenticator
- All Implemented Interfaces:
Authenticator,MySQLAuthenticator
Clear password authenticator for MySQL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(org.apache.shardingsphere.infra.metadata.user.ShardingSphereUser user, Object[] authInfo) org.apache.shardingsphere.db.protocol.constant.AuthenticationMethod
-
Constructor Details
-
MySQLClearPasswordAuthenticator
public MySQLClearPasswordAuthenticator()
-
-
Method Details
-
authenticate
public boolean authenticate(org.apache.shardingsphere.infra.metadata.user.ShardingSphereUser user, Object[] authInfo) - Specified by:
authenticatein interfaceAuthenticator
-
getAuthenticationMethod
public org.apache.shardingsphere.db.protocol.constant.AuthenticationMethod getAuthenticationMethod()- Specified by:
getAuthenticationMethodin interfaceAuthenticator
-