Uses of Class
com.ongres.scram.client.ScramClient.Builder
-
Packages that use ScramClient.Builder Package Description com.ongres.scram.client This module expose the client implementation of Salted Challenge Response Authentication Mechanism (SCRAM). -
-
Uses of ScramClient.Builder in com.ongres.scram.client
Constructors in com.ongres.scram.client with parameters of type ScramClient.Builder Constructor Description ScramClient(@NotNull ScramClient.Builder builder)
Constructs a SCRAM client, to perform an authentication for a given user.
-