类 ScramSha1SaslClient

  • 所有已实现的接口:
    SaslClient

    public class ScramSha1SaslClient
    extends ScramShaSaslClient
    A SaslClient implementation for SCRAM-SHA-1, as specified in RFC 5802. The IANA-registered mechanism was renamed to "MYSQLCJ-SCRAM-SHA-1" in order to avoid future conflicts with an officially supported implementation. When there is a Java-supported implementation for SCRAM-SHA-1, it will have to be thoroughly tested with Connector/J and if that works, this code can be obsoleted.