All Superinterfaces:
Authenticator
All Known Implementing Classes:
PostgreSQLMD5PasswordAuthenticator, PostgreSQLPasswordAuthenticator

public interface PostgreSQLAuthenticator extends Authenticator
PostgreSQL authenticator.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticate(org.apache.shardingsphere.infra.metadata.user.ShardingSphereUser user, Object[] args)
    Authenticate.

    Methods inherited from interface org.apache.shardingsphere.proxy.frontend.authentication.Authenticator

    getAuthenticationMethodName
  • Method Details

    • authenticate

      boolean authenticate(org.apache.shardingsphere.infra.metadata.user.ShardingSphereUser user, Object[] args)
      Authenticate.
      Parameters:
      user - ShardingSphere user
      args - arguments for user authentication
      Returns:
      authentication success or not