类 ScramSha256SaslClient

  • 所有已实现的接口:
    SaslClient

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