Class ScramSha1SaslClient

java.lang.Object
com.mysql.cj.sasl.ScramShaSaslClient
com.mysql.cj.sasl.ScramSha1SaslClient
All Implemented Interfaces:
javax.security.sasl.SaslClient

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