public interface Authenticator
Authenticator.
  • Method Details

    • authenticate

      boolean authenticate(org.apache.shardingsphere.infra.metadata.user.ShardingSphereUser user, Object[] authInfo)
      Authenticate.
      Parameters:
      user - ShardingSphere user
      authInfo - authentication information
      Returns:
      authentication success or not
    • getAuthenticationMethod

      AuthenticationMethod getAuthenticationMethod()
      Get authentication method.
      Returns:
      authentication method