java.lang.Object
org.apache.shardingsphere.proxy.frontend.mysql.authentication.authenticator.impl.MySQLClearPasswordAuthenticator
All Implemented Interfaces:
Authenticator, MySQLAuthenticator

public final class MySQLClearPasswordAuthenticator extends Object implements MySQLAuthenticator
Clear password authenticator for MySQL.
See Also:
  • Constructor Details

    • MySQLClearPasswordAuthenticator

      public MySQLClearPasswordAuthenticator()
  • Method Details

    • authenticate

      public boolean authenticate(org.apache.shardingsphere.infra.metadata.user.ShardingSphereUser user, Object[] authInfo)
      Specified by:
      authenticate in interface Authenticator
    • getAuthenticationMethod

      public org.apache.shardingsphere.db.protocol.constant.AuthenticationMethod getAuthenticationMethod()
      Specified by:
      getAuthenticationMethod in interface Authenticator