Class BasicSqlAuthenticationHandler

java.lang.Object
io.deephaven.authentication.sql.BasicSqlAuthenticationHandler
All Implemented Interfaces:
BasicAuthMarshaller.Handler

public class BasicSqlAuthenticationHandler extends Object implements BasicAuthMarshaller.Handler
If the user isn't found or the password doesn't match, reject with an exception. Note that the calling code may decide to treat this rejection as "might be the wrong handler" instead, as usage of basic auth can technically be confused with other forms of handshake messages.