Interface PostgreSQLAuthenticator
- All Superinterfaces:
Authenticator
- All Known Implementing Classes:
PostgreSQLMD5PasswordAuthenticator,PostgreSQLPasswordAuthenticator
PostgreSQL authenticator.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(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 userargs- arguments for user authentication- Returns:
- authentication success or not
-